feat: do not sync doom every time
1 files changed, 1 insertions(+), 3 deletions(-) M modules/editors/emacs/home.nix
M modules/editors/emacs/home.nix => modules/editors/emacs/home.nix +1 -3
@@ 46,9 46,7 @@ rm -rf $HOME/.doom.d ln -s ${location}/modules/editors/emacs/doom.d $HOME/.doom.d - bash -c "yes || true" | $EMACS/bin/doom sync - else - bash -c "yes || true" | $EMACS/bin/doom sync + $EMACS/bin/doom sync fi''; }; };