emacs: switch back to socket activation

This commit is contained in:
Evie Litherland-Smith 2024-03-19 09:00:39 +00:00
parent f6c700bf65
commit f4bc4e19a2

View file

@ -133,8 +133,8 @@
package = config.programs.emacs.finalPackage;
defaultEditor = true;
client.enable = true;
socketActivation.enable = false;
startWithUserSession = "graphical";
socketActivation.enable = true;
startWithUserSession = false;
};
git-sync.repositories = with config.xdg.userDirs; {
org = {