emacs: switch to start with user session again
This commit is contained in:
parent
af498308ac
commit
27a4e820f7
|
@ -134,8 +134,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 = true;
|
||||||
};
|
};
|
||||||
git-sync.repositories = with config.xdg.userDirs; {
|
git-sync.repositories = with config.xdg.userDirs; {
|
||||||
org = {
|
org = {
|
||||||
|
|
Loading…
Reference in a new issue