tweak(doom): add feedback when applying doom config

This commit is contained in:
Infinidoge 2022-08-11 08:26:52 -04:00
parent 54c3b6bd41
commit ea9f8092ca

View file

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