fixed some 24.05 quirks

This commit is contained in:
2024-06-01 23:54:05 -06:00
parent 301acb8942
commit f9a7f9d8de
7 changed files with 88 additions and 31 deletions

View File

@@ -68,6 +68,7 @@
];
};
};
documentation = { enable = false; };
users.groups.piracy.gid = 985;
environment = {
systemPackages = with pkgs; [ wget ];
@@ -122,10 +123,7 @@
};
};
programs = {
nh = {
enable = true;
clean.enable = true;
};
nh.enable = true;
starship.enable = true;
tmux.enable = true;
fzf.fuzzyCompletion = true;