feat(emacs): improve configuration

This commit is contained in:
2026-01-25 03:58:02 +01:00
parent 36d5c90017
commit f5fa1683b4
2 changed files with 5 additions and 1 deletions

View File

@@ -37,7 +37,12 @@ in {
services.emacs = mkIf cfg.service {
enable = true;
inherit (cfg) package;
defaultEditor = true;
startWithUserSession = "graphical";
client = {
enable = true;
arguments = ["-c" "-a" "${cfg.package}/bin/emacs"];
};
};
xdg.desktopEntries.mu4e = mkIf cfg.mu4eMime {