nix/networking.nix

6 lines
76 B
Nix

{ config, lib, pkgs, ... }:
{
networking.networkmanager.enable = true;
}