From 0d0a4b242949f6abc63fb113a851521f7f451767 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 3 Jul 2025 01:42:05 -0500 Subject: [PATCH] importing git.nix in root now --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index d4e1893..68ad122 100644 --- a/flake.nix +++ b/flake.nix @@ -81,9 +81,9 @@ } // lib.optionalAttrs config.root { root = { home.stateVersion = config.stateVersion; - programs.git = { - extraConfig.credential.helper = "store --file ~/.git-credentials"; - }; + imports = [ + ./homeManagerModules/git.nix + ]; }; }; };