summaryrefslogtreecommitdiffstats
path: root/flatpak.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flatpak.nix')
-rw-r--r--flatpak.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/flatpak.nix b/flatpak.nix
index 4c4bf7a..4469567 100644
--- a/flatpak.nix
+++ b/flatpak.nix
@@ -8,8 +8,8 @@
device = "/srv/flatpak";
options = ["bind"];
};
- xdg.portal = {
- enable = true;
- extraPortals = [pkgs.xdg-desktop-portal-gtk];
- };
+# xdg.portal = {
+# enable = true;
+# extraPortals = [pkgs.xdg-desktop-portal-gtk];
+# };
}