diff --git a/modules/gui.nix b/modules/gui.nix index af4e780..eb5862a 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -93,6 +93,5 @@ with pkgs; xdg.portal = { enable = true; wlr.enable = true; - extraPortals = [ xdg-desktop-portal-gtk ]; }; }