misc adjustments/improvements

This commit is contained in:
2025-10-02 01:44:37 -06:00
parent 79ce705a5e
commit ab8d8f068d
4 changed files with 47 additions and 32 deletions

View File

@@ -46,8 +46,13 @@ in
};
git = {
enable = true;
delta.enable = true;
userName = "Danilo Reyes";
userEmail = "CaptainJawZ@protonmail.com";
extraConfig = {
init.defaultBranch = "main";
pull.rebase = true;
};
};
bash = lib.mkIf (shellType == "bash") {
enable = true;