summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flatpak.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flatpak.nix b/flatpak.nix
index fcc208d..4c4bf7a 100644
--- a/flatpak.nix
+++ b/flatpak.nix
@@ -8,4 +8,8 @@
     device = "/srv/flatpak";
     options = ["bind"];
   };
+  xdg.portal = {
+    enable = true;
+    extraPortals = [pkgs.xdg-desktop-portal-gtk];
+  };
 }