git: move from module to user config

This commit is contained in:
2025-03-16 13:58:50 +00:00
parent cbc31f1083
commit dd637cb1ae
10 changed files with 43 additions and 75 deletions

View File

@@ -31,6 +31,7 @@ in
home-manager.users.${name} = {
imports = [
./git.nix
./shell.nix
];