beatific: set git default branch
This commit is contained in:
parent
c9f65b73d7
commit
40087d26be
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue