From ea015936315ed179c9cb836f4e042065f31b0c8e Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 28 May 2023 17:42:43 +0200 Subject: Home: Add xdg-desktop-portal-gtk to the extra portals --- hosts/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit 1.4.1