about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-01-14 16:11:21 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-01-14 16:11:21 +0100
commitd07be052bec7bbeeeb664018769c1d9412f2c074 (patch)
tree5d513a594e08f7304e462cbeda3e2d11fde6cd09 /hosts
parentChange default layout to US (diff)
downloadnixos-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.nix1
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 ];
   };