From 98777dd185e32b8dc69c07ef837943bd4d2ebe0f Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 10 Dec 2023 12:25:23 +0800 Subject: [PATCH] profiles/editors: add Doom Emacs binaries as part of PATH --- modules/home-manager/profiles/editors.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home-manager/profiles/editors.nix b/modules/home-manager/profiles/editors.nix index 7b66e0bb..b7f58746 100644 --- a/modules/home-manager/profiles/editors.nix +++ b/modules/home-manager/profiles/editors.nix @@ -65,6 +65,8 @@ in { ''; }; + home.sessionPath = [ "${config.xdg.configHome}/emacs/bin" ]; + # Doom Emacs dependencies. home.packages = with pkgs; [ # This is installed just to get Geiser to properly work.