mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
profiles/editors: add Doom Emacs binaries as part of PATH
This commit is contained in:
parent
59942fe12f
commit
98777dd185
@ -65,6 +65,8 @@ in {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.sessionPath = [ "${config.xdg.configHome}/emacs/bin" ];
|
||||||
|
|
||||||
# Doom Emacs dependencies.
|
# Doom Emacs dependencies.
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# This is installed just to get Geiser to properly work.
|
# This is installed just to get Geiser to properly work.
|
||||||
|
Loading…
Reference in New Issue
Block a user