a
This commit is contained in:
@@ -29,31 +29,8 @@
|
||||
# Archives
|
||||
zip
|
||||
unzip
|
||||
|
||||
# Utils
|
||||
ripgrep # Better grep
|
||||
fd # Better find
|
||||
jq # JSON processor
|
||||
yq-go # YAML processor
|
||||
|
||||
# System tools
|
||||
htop
|
||||
tree
|
||||
wget
|
||||
curl
|
||||
];
|
||||
|
||||
# Basic git configuration
|
||||
programs.git = {
|
||||
enable = true;
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
pull.rebase = true;
|
||||
push.autoSetupRemote = true;
|
||||
};
|
||||
};
|
||||
|
||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
home.stateVersion = "24.05";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user