mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Start emacs via systemd
This commit is contained in:
parent
8302bce90d
commit
f574841f13
|
@ -41,6 +41,8 @@ in
|
|||
# End block
|
||||
};
|
||||
|
||||
services.emacs.enable = true;
|
||||
|
||||
home.file.".emacs.d/themes/doom-stylix-theme.el".source = config.lib.stylix.colors {
|
||||
template = builtins.readFile ./themes/doom-stylix-theme.el.mustache;
|
||||
extension = ".el";
|
||||
|
|
|
@ -2123,6 +2123,8 @@ in
|
|||
# End block
|
||||
};
|
||||
|
||||
services.emacs.enable = true;
|
||||
|
||||
home.file.".emacs.d/themes/doom-stylix-theme.el".source = config.lib.stylix.colors {
|
||||
template = builtins.readFile ./themes/doom-stylix-theme.el.mustache;
|
||||
extension = ".el";
|
||||
|
|
|
@ -57,7 +57,6 @@ in
|
|||
exec-once = GOMAXPROCS=1 syncthing --no-browser
|
||||
exec-once = protonmail-bridge --noninteractive
|
||||
exec-once = waybar
|
||||
exec-once = emacs --daemon
|
||||
|
||||
exec-once = hypridle
|
||||
exec-once = sleep 5 && libinput-gestures
|
||||
|
|
Loading…
Reference in a new issue