NiksOS/system/hardware/default.nix
2025-06-24 09:06:21 +02:00

12 lines
184 B
Nix

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