From d07be052bec7bbeeeb664018769c1d9412f2c074 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 14 Jan 2024 16:11:21 +0100 Subject: Hosts: Add needed xdg portal setting --- hosts/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index f21025e..426d8c8 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -131,6 +131,7 @@ xdg.portal = { enable = true; wlr.enable = true; + config.common.default = "*"; # gtk portal needed to make gtk apps happy extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; }; -- cgit 1.4.1