fixing emacs daemon

This commit is contained in:
Danilo Reyes
2026-02-07 22:04:33 -06:00
parent 6cd22f0448
commit b7a38d7634

View File

@@ -84,5 +84,12 @@
extra ++ themes;
};
};
systemd.user.services.emacs = {
Install.WantedBy = [ "graphical-session.target" ];
Unit = {
After = [ "graphical-session.target" ];
Wants = [ "graphical-session.target" ];
};
};
};
}