Start emacs daemon with user session

This commit is contained in:
Evie Litherland-Smith 2023-09-30 07:22:10 +01:00
parent 7a38166e5b
commit 7d76a7f88d

View file

@ -19,7 +19,7 @@ in {
package = config.programs.emacs.package;
defaultEditor = true;
client.enable = true;
socketActivation.enable = true;
startWithUserSession = true;
};
home = {
inherit sessionVariables;