diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index e43eb621..0e998933 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -77,7 +77,10 @@ dev = { editors = { nvim.enable = true; - emacs.enable = true; + emacs = { + enable = true; + daemon = true; + }; }; nil.enable = true; cc.enable = true;