From 229de0cfeed5cc42dd72d25889c39f72eb9caed1 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 28 Dec 2020 15:54:36 +0100 Subject: [PATCH] Revert "Remove xdg-desktop-portal-gtk until is it fixed" This reverts commit 75c83a743ec3345890c3882d834d97b5c9d583dd. --- modules/gui.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/gui.nix b/modules/gui.nix index 71b6e9b..b4b2ad1 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -127,6 +127,7 @@ in { xdg.portal = { enable = true; - extraPortals = with pkgs; [ xdg-desktop-portal-wlr ]; + gtkUsePortal = true; + extraPortals = with pkgs; [ xdg-desktop-portal-wlr xdg-desktop-portal-gtk ]; }; }