~ruther/nixos-config

8f8c847de507bc2d1b25875303e7b9b779544db2 — Rutherther 1 year, 6 months ago 9c53dab
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'';
    };
  };

Do not follow this link