new grep alias + git full instead of normal git

This commit is contained in:
2026-06-25 16:04:09 -05:00
parent 6420ec0d30
commit a2b98c3ba2
4 changed files with 4 additions and 2 deletions
+2
View File
@@ -3,6 +3,7 @@
{
programs.git = {
enable = true;
package = pkgs.gitFull;
settings = {
user = {
name = "Maaz Khokhar";
@@ -14,6 +15,7 @@
init.defaultBranch = "main";
pull.rebase = true;
credential.helper = "libsecret";
push.autoSetupRemote = true;
};
signing = {