From f510e283767ecd7626c73151eed95c6c2f0ac3b7 Mon Sep 17 00:00:00 2001 From: Myned Date: Sun, 16 Feb 2025 20:30:54 -0600 Subject: [PATCH] xdg: remove gnome portal Signed-off-by: Myned --- options/custom/desktops/hyprland/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/options/custom/desktops/hyprland/default.nix b/options/custom/desktops/hyprland/default.nix index ff9c28d..1f6a5a8 100644 --- a/options/custom/desktops/hyprland/default.nix +++ b/options/custom/desktops/hyprland/default.nix @@ -49,11 +49,7 @@ in { xdg.portal = { enable = true; - - extraPortals = with pkgs; [ - xdg-desktop-portal-gnome - xdg-desktop-portal-gtk - ]; + extraPortals = [pkgs.xdg-desktop-portal-gtk]; }; home-manager.sharedModules = [