Change emacs service to start with graphical session
This commit is contained in:
parent
7148754390
commit
f1a5f454e8
|
@ -132,10 +132,9 @@
|
|||
emacs = {
|
||||
enable = true;
|
||||
package = config.programs.emacs.finalPackage;
|
||||
startWithUserSession = false;
|
||||
defaultEditor = true;
|
||||
client.enable = true;
|
||||
socketActivation.enable = true;
|
||||
startWithUserSession = "graphical";
|
||||
};
|
||||
git-sync.repositories = with config.xdg.userDirs; {
|
||||
org = {
|
||||
|
|
Loading…
Reference in a new issue