From dd55d64aef898f150701597bb4fc6381a16e5ed7 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 28 Dec 2020 16:07:33 +0100 Subject: [PATCH] Remove redundant xdg-desktop-portal-gtk This reverts commit 229de0cfeed5cc42dd72d25889c39f72eb9caed1. --- modules/gui.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/gui.nix b/modules/gui.nix index b4b2ad1..71b6e9b 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -127,7 +127,6 @@ in { xdg.portal = { enable = true; - gtkUsePortal = true; - extraPortals = with pkgs; [ xdg-desktop-portal-wlr xdg-desktop-portal-gtk ]; + extraPortals = with pkgs; [ xdg-desktop-portal-wlr ]; }; }