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