config.nix/modules/connectivity/default.nix

14 lines
104 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./internet
./bluetooth
./mounts
];
}