config/modules/net/default.nix

10 lines
111 B
Nix
Raw Normal View History

{ config, pkgs, lib, ... }:
{
imports = [
./blue # Bluetooth
./wifi # Wireless
./wire # Ethernet
];
}