Add git config and several pkgs
I've added the config to symlink my dotfiles .git like I used to do with stow.
This commit is contained in:
@@ -4,15 +4,12 @@
|
||||
jujutsu
|
||||
ansible
|
||||
awscli2
|
||||
tinybird
|
||||
cargo-cross
|
||||
rustup
|
||||
rustc
|
||||
gcc
|
||||
vial
|
||||
chromium
|
||||
];
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Fernando Sánchez";
|
||||
userEmail = "f.sanchez@thechannelstore.tv";
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user