From 034a666ea4e61eba4d0c194c9b8c08225cb6f9ee Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 27 Oct 2024 06:57:11 +0000 Subject: [PATCH] Add xdg-desktop-portal-gtk as additional portal --- system/desktop.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/desktop.nix b/system/desktop.nix index a6aa168d..ccb0d79e 100644 --- a/system/desktop.nix +++ b/system/desktop.nix @@ -90,5 +90,6 @@ xdg.portal = { enable = true; config.common.default = "*"; # TODO change for xdg-desktop-portal > 1.17 changes + extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; }; }