diff --git a/hm/common.nix b/hm/common.nix index 7d31ae7..7e67e5c 100644 --- a/hm/common.nix +++ b/hm/common.nix @@ -345,7 +345,7 @@ in }; # TODO Doesn't activate units by default. For now, we'll consider this as a safety feature. git-sync = { - enable = true; + enable = false; repositories = { dotfiles = { path = "${config.xdg.configHome}/dotfiles";