Start emacs daemon with user session
This commit is contained in:
parent
7a38166e5b
commit
7d76a7f88d
|
@ -19,7 +19,7 @@ in {
|
||||||
package = config.programs.emacs.package;
|
package = config.programs.emacs.package;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
client.enable = true;
|
client.enable = true;
|
||||||
socketActivation.enable = true;
|
startWithUserSession = true;
|
||||||
};
|
};
|
||||||
home = {
|
home = {
|
||||||
inherit sessionVariables;
|
inherit sessionVariables;
|
||||||
|
|
Loading…
Reference in a new issue