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