profiles/editors: add Doom Emacs binaries as part of PATH

This commit is contained in:
Gabriel Arazas 2023-12-10 12:25:23 +08:00
parent 59942fe12f
commit 98777dd185
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -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.