4 lines
84 B
Nix
4 lines
84 B
Nix
{ inputs, pkgs, ... }: {
|
|
networking = { networkmanager = { enable = true; }; };
|
|
}
|