emacs: switch to start with user session again

This commit is contained in:
Evie Litherland-Smith 2024-04-15 07:57:18 +01:00
parent af498308ac
commit 27a4e820f7

View file

@ -134,8 +134,8 @@
package = config.programs.emacs.finalPackage;
defaultEditor = true;
client.enable = true;
socketActivation.enable = true;
startWithUserSession = false;
socketActivation.enable = false;
startWithUserSession = true;
};
git-sync.repositories = with config.xdg.userDirs; {
org = {