diff options
-rw-r--r-- | hosts/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 ]; }; |