Change emacs service to start with graphical session

This commit is contained in:
Evie Litherland-Smith 2024-03-04 06:17:48 +00:00
parent 7148754390
commit f1a5f454e8

View file

@ -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 = {