This commit is contained in:
Till 2026-01-28 14:00:40 +01:00
parent 7f9c096123
commit 26ed81dbee
36 changed files with 165 additions and 207 deletions

View file

@ -3,10 +3,14 @@
{
programs.home-manager.enable = true;
home.homeDirectory = "/home/${config.home.username}";
home.packages = with pkgs; [
dust
fastfetch
fzf
jq
nix-search
progress
rename
silver-searcher
@ -32,18 +36,10 @@
programs.git = {
enable = true;
settings = {
user.name = "Till";
user.email = "till@ktiu.net";
pull.rebase = true;
extraConfig = {
init = {
defaultBranch = "main";
};
};
};
lfs = {
enable = true;
extraConfig.init.defaultBranch = "main";
};
lfs.enable = true;
};
programs.bottom = {