diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-08-09 01:21:53 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-08-09 01:21:53 -0400 |
| commit | 983bfb52a200a94b17ad280e10eeeec7683affba (patch) | |
| tree | 2e79cac1afdc640537b252a04f9af99f2bb3d968 /modules/user/git.nix | |
| parent | afc0ab72138a6058a9ca98f2cbe13c21f88daa7d (diff) | |
start rewriterefactor
Diffstat (limited to 'modules/user/git.nix')
| -rw-r--r-- | modules/user/git.nix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/user/git.nix b/modules/user/git.nix deleted file mode 100644 index 531f7d2..0000000 --- a/modules/user/git.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ - config, - lib, - options, - ... -}: -{ - programs.git = { - enable = lib.mkDefault true; - settings = lib.mkDefault { - init.defaultBranch = "main"; - user.email = "rosaontheweb@proton.me"; - user.name = "Rosa"; - }; - }; -} |
