infinidoge/config: ensure doom sync has access to path
This commit is contained in:
parent
6a1ad57f64
commit
60967dbe9b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue