infinidoge/config: don't regenerate doom env file on rebuild
This commit is contained in:
parent
e41dd7badc
commit
1d42a71b38
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
|
PATH="${config.home.path}/bin:$PATH" ${config.xdg.configHome}/emacs/bin/doom sync -p -e
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue