about summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-07-18 20:02:56 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-07-18 20:03:12 -0400
commit3531a229d1d9b67305bcf9f0441365f2e89cc361 (patch)
treed923721e5ca7b8ecfd66117e9cf3ff90f169c86e
parent69f2836c1bbfbd94322ec740ded789bc6ec3a440 (diff)
nixos/pantheon: add gtk xdg desktop portal
-rw-r--r--nixos/modules/services/x11/desktop-managers/pantheon.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/pantheon.nix b/nixos/modules/services/x11/desktop-managers/pantheon.nix
index 41903b33fae9b..c0eae1eb8d44c 100644
--- a/nixos/modules/services/x11/desktop-managers/pantheon.nix
+++ b/nixos/modules/services/x11/desktop-managers/pantheon.nix
@@ -145,6 +145,8 @@ in
       isSystem = true;
     };
 
+    xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
+
     networking.networkmanager.enable = mkDefault true;
     networking.networkmanager.basePackages =
       { inherit (pkgs) networkmanager modemmanager wpa_supplicant;