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