nixos-config/home/modules/network-manager.nix

6 lines
74 B
Nix

{
services.network-manager-applet = {
enable = true;
};
}