Start emacs daemon on graphical-session

This commit is contained in:
Hoang Nguyen 2024-05-03 00:00:00 +07:00
parent 5e0bf5d20f
commit 62dae84fb9
Signed by: folliehiyuki
GPG Key ID: B0567C20730E9B11
1 changed files with 1 additions and 0 deletions

View File

@ -3,5 +3,6 @@ lib.mkIf (config.programs.emacs.enable && pkgs.stdenv.isLinux) {
services.emacs = {
enable = true;
client.enable = true;
startWithUserSession = "graphical";
};
}