nix-dotfiles/nixosModules/services/networking/default.nix

8 lines
83 B
Nix

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