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