10 lines
156 B
Nix
10 lines
156 B
Nix
{
|
|
hardware.enableRedistributableFirmware = true;
|
|
|
|
imports = [
|
|
./bluetooth.nix
|
|
./commonGraphics.nix
|
|
./fingerprint.nix
|
|
./fwupd.nix
|
|
];
|
|
}
|