NiksOS/system/hardware/default.nix
Jurn Wubben c566589cc2 Updated graphics to support intel and nvidia (laptop gpu without prime)
Added immich

Updated cfile and smaller changes

Updated transfer-sh password
2025-04-17 17:59:44 +00:00

10 lines
150 B
Nix

{
hardware.enableRedistributableFirmware = true;
imports = [
./bluetooth.nix
./graphics.nix
./fingerprint.nix
./fwupd.nix
];
}