Switch Emacs service to start with graphical session rather than socket
This commit is contained in:
parent
25e086c64b
commit
d120b68c4e
|
@ -10,8 +10,8 @@
|
||||||
package = config.programs.emacs.finalPackage;
|
package = config.programs.emacs.finalPackage;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
client.enable = true;
|
client.enable = true;
|
||||||
socketActivation.enable = true;
|
socketActivation.enable = false;
|
||||||
startWithUserSession = false;
|
startWithUserSession = "graphical";
|
||||||
};
|
};
|
||||||
programs.emacs = {
|
programs.emacs = {
|
||||||
# Clone emacs config from https://git.xenia.me.uk/pixelifytica/emacs.git
|
# Clone emacs config from https://git.xenia.me.uk/pixelifytica/emacs.git
|
||||||
|
|
Loading…
Reference in a new issue