nixos/gnome3: add gnome-shell xdg portal

This commit is contained in:
worldofpeace 2019-09-09 19:28:59 -04:00
parent 00d419c362
commit bfb2389a84

View File

@ -240,6 +240,8 @@ in
services.avahi.enable = mkDefault true;
xdg.portal.extraPortals = [ pkgs.gnome3.gnome-shell ];
services.geoclue2.enable = mkDefault true;
services.geoclue2.enableDemoAgent = false; # GNOME has its own geoclue agent