NiksOS/system/hardware/default.nix
2025-02-14 19:40:27 +00:00

9 lines
134 B
Nix

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