nixos/gnome3: add gnome-shell xdg portal
This commit is contained in:
parent
00d419c362
commit
bfb2389a84
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue