From 99e141d863d05dbca2634bb5d2adf93f0235a79a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Sun, 17 Dec 2023 22:38:44 +0100 Subject: [PATCH] changes from curacao on Sun Dec 17 10:38:44 PM CET 2023 --- hm/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";