nixos-config/common/hardware/wireless.nix

6 lines
56 B
Nix
Raw Normal View History

2024-04-22 21:24:54 +02:00
{
imports = [
./wifi.nix
./bluetooth.nix
]
}