9 lines
124 B
Nix
9 lines
124 B
Nix
{...}: {
|
|
imports = [
|
|
./audio.nix
|
|
./bluetooth.nix
|
|
./gpu/nvidia.nix
|
|
./wifi.nix
|
|
./fingerprint.nix
|
|
];
|
|
}
|