mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-07 12:47:32 -05:00
flake: add sln-mode input
This commit is contained in:
@ -98,6 +98,10 @@ self: super: {
|
||||
pname = "rotate-text";
|
||||
};
|
||||
|
||||
sln-mode = self.straightBuild {
|
||||
pname = "sln-mode";
|
||||
};
|
||||
|
||||
so-long = self.straightBuild {
|
||||
pname = "emacs-so-long";
|
||||
ename = "so-long";
|
||||
|
Reference in New Issue
Block a user