tweak(doom): add feedback when applying doom config
This commit is contained in:
parent
54c3b6bd41
commit
ea9f8092ca
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ with lib;
|
|||
"doom" = {
|
||||
source = ./doom;
|
||||
onChange = ''
|
||||
echo "[doom] applying doom configuration"
|
||||
${config.xdg.configHome}/emacs/bin/doom sync -p
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue