mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
services.emacs.enable doesn't import $PATH
This commit is contained in:
parent
ef32ac7a28
commit
f60c1aaee8
|
@ -41,8 +41,6 @@ in
|
||||||
# End block
|
# End block
|
||||||
};
|
};
|
||||||
|
|
||||||
services.emacs.enable = true;
|
|
||||||
|
|
||||||
home.file.".emacs.d/themes/doom-stylix-theme.el".source = config.lib.stylix.colors {
|
home.file.".emacs.d/themes/doom-stylix-theme.el".source = config.lib.stylix.colors {
|
||||||
template = builtins.readFile ./themes/doom-stylix-theme.el.mustache;
|
template = builtins.readFile ./themes/doom-stylix-theme.el.mustache;
|
||||||
extension = ".el";
|
extension = ".el";
|
||||||
|
|
|
@ -2118,8 +2118,6 @@ in
|
||||||
# End block
|
# End block
|
||||||
};
|
};
|
||||||
|
|
||||||
services.emacs.enable = true;
|
|
||||||
|
|
||||||
home.file.".emacs.d/themes/doom-stylix-theme.el".source = config.lib.stylix.colors {
|
home.file.".emacs.d/themes/doom-stylix-theme.el".source = config.lib.stylix.colors {
|
||||||
template = builtins.readFile ./themes/doom-stylix-theme.el.mustache;
|
template = builtins.readFile ./themes/doom-stylix-theme.el.mustache;
|
||||||
extension = ".el";
|
extension = ".el";
|
||||||
|
|
|
@ -48,6 +48,7 @@ in
|
||||||
|
|
||||||
exec-once = hyprprofile Default
|
exec-once = hyprprofile Default
|
||||||
|
|
||||||
|
exec-once = emacs --daemon
|
||||||
exec-once = pypr
|
exec-once = pypr
|
||||||
exec-once = ydotoold
|
exec-once = ydotoold
|
||||||
#exec-once = STEAM_FRAME_FORCE_CLOSE=1 steam -silent
|
#exec-once = STEAM_FRAME_FORCE_CLOSE=1 steam -silent
|
||||||
|
|
Loading…
Reference in a new issue