From 454e13575fc60f8326613f80e5fec9a927363c66 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 9 Feb 2026 19:15:33 -0800 Subject: [PATCH] git-sync: remove config repository Co-Authored-By: Claude Opus 4.6 --- nixos/git-sync.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nixos/git-sync.nix b/nixos/git-sync.nix index f4eefec4..f60a457d 100644 --- a/nixos/git-sync.nix +++ b/nixos/git-sync.nix @@ -9,10 +9,6 @@ in { enable = true; package = pkgs.git-sync-rs; repositories = { - config = { - path = config.home.homeDirectory + "/config"; - uri = "git@github.com:IvanMalison/config.git"; - }; org = { path = config.home.homeDirectory + "/org"; uri = "git@github.com:IvanMalison/org.git";