Merge pull request #68390 from worldofpeace/portal-gnome-shell

nixos/gnome3: add gnome-shell xdg portal
This commit is contained in:
worldofpeace 2019-09-10 10:56:36 -04:00 committed by GitHub
commit e99786076a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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