This commit is contained in:
Till 2025-12-13 01:44:01 +01:00
parent 4b83d8c1f2
commit adc7e78e1c
4 changed files with 28 additions and 26 deletions

View file

@ -27,7 +27,7 @@
};
home.packages = with pkgs; [
du-dust
dust
fzf
jq
progress
@ -51,16 +51,18 @@
programs.git = {
enable = true;
userName = "Till";
userEmail = "till@ktiu.net";
settings = {
user.name = "Till";
user.email = "till@ktiu.net";
extraConfig = {
init = {
defaultBranch = "main";
};
};
};
lfs = {
enable = true;
};
extraConfig = {
init = {
defaultBranch = "main";
};
};
};
programs.bottom = {