From 1b859d89edf7d586c560767a444cdc743de2ca26 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 11 Jun 2022 21:04:21 +0200 Subject: [PATCH] Revert "Remove redundant xdg-desktop-portal-gtk" This reverts commit dd55d64aef898f150701597bb4fc6381a16e5ed7. --- modules/gui.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/gui.nix b/modules/gui.nix index ef8946c..6d5bd06 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -93,5 +93,7 @@ with pkgs; xdg.portal = { enable = true; wlr.enable = true; + gtkUsePortal = true; + extraPortals = [ xdg-desktop-portal-gtk ]; }; }