infinidoge/config: fix doom sync hook

This commit is contained in:
Infinidoge 2024-05-18 22:36:53 -04:00
parent e64e752410
commit 8c9d637da1
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

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