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 + ]; }; }; };