nixos/gnome3: add gnome-shell to systemd.packages

This actually gets added via xdg.portal having gnome-shell.
However, that could change and it still for sure should be here.
This commit is contained in:
worldofpeace 2020-01-18 20:26:45 -05:00
parent d18ac2bca1
commit c6022f7abf

View File

@ -249,11 +249,17 @@ in
services.system-config-printer.enable = (mkIf config.services.printing.enable (mkDefault true));
services.telepathy.enable = mkDefault true;
systemd.packages = with pkgs.gnome3; [ vino gnome-session ];
systemd.packages = with pkgs.gnome3; [
gnome-session
gnome-shell
vino
];
services.avahi.enable = mkDefault true;
xdg.portal.extraPortals = [ pkgs.gnome3.gnome-shell ];
xdg.portal.extraPortals = [
pkgs.gnome3.gnome-shell
];
services.geoclue2.enable = mkDefault true;
services.geoclue2.enableDemoAgent = false; # GNOME has its own geoclue agent