mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Start emacs via systemd
This commit is contained in:
parent
8302bce90d
commit
f574841f13
3 changed files with 4 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue