about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2023-05-28 17:42:43 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2023-05-28 17:42:43 +0200
commitea015936315ed179c9cb836f4e042065f31b0c8e (patch)
treeb8b8f68f487feb1a49244611790d7131a978bde3 /hosts
parentDotfiles: Bash: Launch river with dbus (diff)
downloadnixos-config-ea015936315ed179c9cb836f4e042065f31b0c8e.tar.gz
nixos-config-ea015936315ed179c9cb836f4e042065f31b0c8e.tar.bz2
nixos-config-ea015936315ed179c9cb836f4e042065f31b0c8e.zip
Home: Add xdg-desktop-portal-gtk to the extra portals
Diffstat (limited to 'hosts')
-rw-r--r--hosts/configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix
index 577b4ad..cf1dd29 100644
--- a/hosts/configuration.nix
+++ b/hosts/configuration.nix
@@ -130,6 +130,8 @@
   xdg.portal = {
     enable = true;
     wlr.enable = true;
+    # gtk portal needed to make gtk apps happy
+    extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
   };
 
   #fix swaylock