infinidoge/config: fix doom sync hook
This commit is contained in:
parent
e64e752410
commit
8c9d637da1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ with lib;
|
||||||
source = ./doom;
|
source = ./doom;
|
||||||
onChange = ''
|
onChange = ''
|
||||||
echo "[doom] applying doom configuration"
|
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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue