diff options
| author | tom barrett <tom@tombarrett.xyz> | 2026-01-03 11:45:26 +0100 |
|---|---|---|
| committer | tom barrett <tom@tombarrett.xyz> | 2026-01-03 11:45:26 +0100 |
| commit | 37ecd053b384b711e68c3192b85bd00bb8661a0a (patch) | |
| tree | b271b7d6bc3fded37296df1fc3c95818e4e9d12f /home.nix | |
| parent | 8578cee5c9349bdb2e562fce692321e27212c852 (diff) | |
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -55,6 +55,7 @@ in python3Packages.ipython qrencode ranger + ripgrep scrot shfmt tigervnc @@ -109,12 +110,14 @@ in }; git = { enable = true; - userName = "tom barrett"; - userEmail = "tom@tombarrett.xyz"; - extraConfig = { + settings = { init.defaultBranch = "master"; pull.rebase = true; push.autoSetupRemote = true; + user = { + email = "tom@tombarrett.xyz"; + name = "tom barrett"; + }; }; }; gpg.enable = true; |
