From 405e034fb84c718162919dfcfbdd953f28485706 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Sun, 7 Jul 2024 18:45:33 +0100 Subject: [PATCH] Setup xdg portal config --- system/shared.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/system/shared.nix b/system/shared.nix index 866004a..1b28f88 100644 --- a/system/shared.nix +++ b/system/shared.nix @@ -97,7 +97,11 @@ virtualisation.docker.enable = true; - xdg.portal.enable = true; + xdg.portal = { + enable = true; + config.common.default = "*"; + extraPortals = [pkgs.xdg-desktop-portal-gtk]; + }; system.stateVersion = "24.05"; }