{ config, pkgs, lib, ... }: { system.custom.wifi = { enable = true; system = "networkmanager"; }; }