networkmanagerapplet: default to withGnome

This requires us to add gcr to the module.
This commit is contained in:
worldofpeace
2019-12-13 18:23:20 -05:00
parent cf5c943f45
commit f5081ecca6
9 changed files with 17 additions and 21 deletions
+2
View File
@@ -10,5 +10,7 @@
partOf = [ "graphical-session.target" ];
serviceConfig.ExecStart = "${pkgs.networkmanagerapplet}/bin/nm-applet";
};
services.dbus.packages = [ pkgs.gcr ];
};
}