diff --git a/home/features/desktop/emacs.nix b/home/features/desktop/emacs.nix index b12fb37..c9c5553 100644 --- a/home/features/desktop/emacs.nix +++ b/home/features/desktop/emacs.nix @@ -3,6 +3,8 @@ enable = true; extraPackages = epkgs: [ epkgs.vterm ]; }; + # Only run emacsclient + services.emacs.enable = false; home = { sessionPath = [ "${config.xdg.configHome}/emacs/bin" ];