{
lib,
config,
...
}:
lib.mkIf config.desktop.enable {
services = {
network-manager-applet.enable = true;
};
}