Forgot to add condition to emacs service.
This commit is contained in:
parent
c57540c959
commit
89debb2c37
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in rec {
|
||||||
] ++ modefiles;
|
] ++ modefiles;
|
||||||
|
|
||||||
programs.emacs.init = {
|
programs.emacs.init = {
|
||||||
enable = true;
|
enable = (elem "emacs" config.machine.pkgs);
|
||||||
recommendedGcSettings = true;
|
recommendedGcSettings = true;
|
||||||
|
|
||||||
prelude = ''
|
prelude = ''
|
||||||
|
|
Loading…
Reference in a new issue