lshwstuff

This commit is contained in:
Julian Sutter 2025-08-04 14:31:48 -07:00
parent 86fe2fc417
commit 0494ff1fd6
2 changed files with 8 additions and 3 deletions

View file

@ -52,7 +52,7 @@
keep-derivations = true;
};
};
system.stateVersion = "24.11";
system.stateVersion = "25.05";
nixpkgs.config.allowUnfree = true;
nixpkgs.config.nvidia.acceptLicense = true;
nixpkgs.config.nvidia.libsOnly = false;
@ -122,6 +122,11 @@
whois
kdePackages.xdg-desktop-portal-kde
fwupd
usbutils # lsusb
pciutils # lspci
util-linux # lsblk, lscpu
hwinfo # lsdev, lshal, hwinfo
lshw # lshw
];
services.flatpak.enable = true;