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:
parent
3b38a2e982
commit
a9ba1527ca
5 changed files with 97 additions and 83 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue