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;
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue