diff options
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; |
