Switch Emacs service to start with graphical session rather than socket

This commit is contained in:
Evie Litherland-Smith 2024-12-03 07:19:51 +00:00
parent 25e086c64b
commit d120b68c4e

View file

@ -10,8 +10,8 @@
package = config.programs.emacs.finalPackage;
defaultEditor = true;
client.enable = true;
socketActivation.enable = true;
startWithUserSession = false;
socketActivation.enable = false;
startWithUserSession = "graphical";
};
programs.emacs = {
# Clone emacs config from https://git.xenia.me.uk/pixelifytica/emacs.git