From e1f13ac6dd876c86a5c886053676c84948c3eb56 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 4 Jul 2022 15:22:44 +0200 Subject: [PATCH] Remove deprecated gtkUsePortal option --- modules/gui.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/gui.nix b/modules/gui.nix index 00a084b..af4e780 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -93,7 +93,6 @@ with pkgs; xdg.portal = { enable = true; wlr.enable = true; - gtkUsePortal = true; extraPortals = [ xdg-desktop-portal-gtk ]; }; }