nixos-config/common/hardware/wireless.nix
2024-04-22 21:24:54 +02:00

6 lines
56 B
Nix

{
imports = [
./wifi.nix
./bluetooth.nix
]
}