12 lines
184 B
Nix
12 lines
184 B
Nix
{
|
|
hardware.enableRedistributableFirmware = true;
|
|
|
|
imports = [
|
|
./bluetooth.nix
|
|
./fingerprint.nix
|
|
./fwupd.nix
|
|
./graphics.nix
|
|
./joycond.nix
|
|
./power.nix
|
|
];
|
|
}
|