From 2e5401ad21bf08ee6afac72d1d127fabd48aff62 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 3 May 2026 17:54:51 -0500 Subject: [PATCH] Enable more portals? --- desktop/hyprland.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/desktop/hyprland.nix b/desktop/hyprland.nix index 518fb74..3c4d5c7 100644 --- a/desktop/hyprland.nix +++ b/desktop/hyprland.nix @@ -17,7 +17,14 @@ # XDG portal xdg.portal.enable = true; - xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-hyprland ]; + xdg.portal.extraPortals = with pkgs; [ + xdg-desktop-portal-gtk + xdg-desktop-portal-hyprland + ]; + xdg.portal.config.hyprland.default = [ + "hyprland" + "gtk" + ]; # Supplementary packages environment.systemPackages = with pkgs; [