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

7 lines
58 B
Nix

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