update
This commit is contained in:
parent
4b83d8c1f2
commit
adc7e78e1c
4 changed files with 28 additions and 26 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue