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" = {
source = ./doom;
onChange = ''
echo "[doom] applying doom configuration"
${config.xdg.configHome}/emacs/bin/doom sync -p
'';
};