From 75c83a743ec3345890c3882d834d97b5c9d583dd Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 1 Dec 2020 14:49:45 +0100 Subject: [PATCH] Remove xdg-desktop-portal-gtk until is it fixed --- modules/gui.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/gui.nix b/modules/gui.nix index 2a55b98..71b6e9b 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -31,7 +31,6 @@ in { wl-clipboard grim slurp - light imv kanshi kitty @@ -128,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 ]; }; }