From a0385efe7e8c5114984ab09fe830f301a974e159 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 3 May 2026 18:36:41 -0500 Subject: [PATCH] Revert "Remove GTK portal" This reverts commit 2b0e4b5cd16ee25b4a5c70b98304a6733675c2e8. --- desktop/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desktop/hyprland.nix b/desktop/hyprland.nix index e25820a..3c4d5c7 100644 --- a/desktop/hyprland.nix +++ b/desktop/hyprland.nix @@ -18,10 +18,12 @@ # XDG portal xdg.portal.enable = true; xdg.portal.extraPortals = with pkgs; [ + xdg-desktop-portal-gtk xdg-desktop-portal-hyprland ]; xdg.portal.config.hyprland.default = [ "hyprland" + "gtk" ]; # Supplementary packages