summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/xdg-portal.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/xdg-portal.nix b/modules/xdg-portal.nix
index be2a014..1eab8e7 100644
--- a/modules/xdg-portal.nix
+++ b/modules/xdg-portal.nix
@@ -5,6 +5,10 @@
# config.common.default = "*";
# wlr.enable = true;
# xdgOpenUsePortal = true;
- extraPortals = [ pkgs.xdg-desktop-portal-wlr ];
+
+ extraPortals = with pkgs; [
+ xdg-desktop-portal-wlr
+ xdg-desktop-portal-gtk
+ ];
};
}