From 05b1ee63b9c9d9e1319506eb88244044b93dfc43 Mon Sep 17 00:00:00 2001 From: liv Date: Fri, 25 Oct 2024 12:35:26 +0200 Subject: [PATCH] home: disable emacs server --- home/features/desktop/emacs.nix | 2 ++ 1 file changed, 2 insertions(+) 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" ];