1
1
Fork 0

beatific: set git default branch

This commit is contained in:
Tim Van Baak 2023-12-23 13:15:42 -08:00
parent c9f65b73d7
commit 40087d26be
1 changed files with 4 additions and 1 deletions

View File

@ -92,7 +92,10 @@ in {
wget
];
programs = {
git.enable = true;
git = {
enable = true;
config.init.defaultBranch = "master";
};
htop.enable = true;
};
# The nixpkgs default is "nano", so we go one priority higher