infinidoge/config: ensure doom sync has access to path

This commit is contained in:
Infinidoge 2023-09-11 10:18:29 -04:00
parent 6a1ad57f64
commit 60967dbe9b

View file

@ -6,7 +6,7 @@ with lib;
source = ./doom;
onChange = ''
echo "[doom] applying doom configuration"
${config.xdg.configHome}/emacs/bin/doom sync -p
PATH="${config.home.path}/bin:$PATH" ${config.xdg.configHome}/emacs/bin/doom sync -p
'';
};