global/emacs: disable autostart

This commit is contained in:
Infinidoge 2024-03-22 17:12:39 -04:00
parent 9af1bf3eef
commit 4cc457f462
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -13,6 +13,7 @@ lib.mkIf main.info.graphical {
services.emacs = {
enable = true;
client.enable = true;
startWithUserSession = false;
};
home = {