autostart emacs daemon

This commit is contained in:
Emmet
2025-02-16 15:09:36 -06:00
parent 85e5c666de
commit 1ac3b10b68

View File

@ -70,5 +70,6 @@ in {
template = builtins.readFile ./lib/doom-stylix-theme.el.mustache; template = builtins.readFile ./lib/doom-stylix-theme.el.mustache;
extension = ".el"; extension = ".el";
}; };
wayland.windowManager.hyprland.settings.exec-once = lib.optionals config.wayland.windowManager.hyprland.enable [ "emacs --daemon" ];
}; };
} }