1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

chore: flake update

This commit is contained in:
oddlama 2024-08-18 19:24:06 +02:00
parent 3b38a2e982
commit a9ba1527ca
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 97 additions and 83 deletions

View file

@ -6,8 +6,8 @@
}:
lib.optionalAttrs (!minimal) {
home = {
packages = with pkgs; [
bandwhich
packages = builtins.trace "reenable bandwhich later" (with pkgs; [
#bandwhich
btop
delta
fd
@ -29,7 +29,7 @@ lib.optionalAttrs (!minimal) {
wget
usbutils
pciutils
];
]);
};
programs = {