feat(emacs): init emacs
This commit is contained in:
parent
b57b8151ed
commit
711aa9dc0e
3 changed files with 22 additions and 15 deletions
|
@ -15,7 +15,7 @@
|
|||
;
|
||||
neovim = inputs.painless-neovim.packages.${pkgs.system}.default;
|
||||
};
|
||||
sessionVariables = {EDITOR = "nvim";};
|
||||
sessionVariables = {EDITOR = "emacs";};
|
||||
};
|
||||
|
||||
alqueva = {
|
||||
|
@ -66,6 +66,13 @@
|
|||
web.enable = false;
|
||||
};
|
||||
rsyncd.enable = true;
|
||||
emacs = {
|
||||
enable = true;
|
||||
package = inputs.pankomacs.lib.mkEmacs {
|
||||
inherit pkgs;
|
||||
emacs = pkgs.emacs29-pgtk;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
nix.gc.automatic = lib.mkForce false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue