summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authortom barrett <tom@tombarrett.xyz>2026-01-03 11:45:26 +0100
committertom barrett <tom@tombarrett.xyz>2026-01-03 11:45:26 +0100
commit37ecd053b384b711e68c3192b85bd00bb8661a0a (patch)
treeb271b7d6bc3fded37296df1fc3c95818e4e9d12f /home.nix
parent8578cee5c9349bdb2e562fce692321e27212c852 (diff)
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/home.nix b/home.nix
index 81f7d2e..bbfbc73 100644
--- a/home.nix
+++ b/home.nix
@@ -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;