misc adjustments/improvements
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user