diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-01-14 16:11:21 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-01-14 16:11:21 +0100 |
commit | d07be052bec7bbeeeb664018769c1d9412f2c074 (patch) | |
tree | 5d513a594e08f7304e462cbeda3e2d11fde6cd09 /hosts | |
parent | Change default layout to US (diff) | |
download | nixos-config-d07be052bec7bbeeeb664018769c1d9412f2c074.tar.gz nixos-config-d07be052bec7bbeeeb664018769c1d9412f2c074.tar.bz2 nixos-config-d07be052bec7bbeeeb664018769c1d9412f2c074.zip |
Hosts: Add needed xdg portal setting
Diffstat (limited to 'hosts')
-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 ]; }; |