Skip to content

Commit

Permalink
nixos/gnome3: add gnome-shell xdg portal
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Sep 9, 2019
1 parent 00d419c commit bfb2389
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/modules/services/x11/desktop-managers/gnome3.nix
Expand Up @@ -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

Expand Down

0 comments on commit bfb2389

Please sign in to comment.