From ce74e783ee941d0f7e48613992d4a632a40118af Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 12 Jun 2025 21:17:24 +0200 Subject: [PATCH] System: Add xdg-desktop-portal-gtk --- system/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system/default.nix b/system/default.nix index c68a7cf2..91389395 100644 --- a/system/default.nix +++ b/system/default.nix @@ -150,12 +150,12 @@ with mylib.networking; { # XDG xdg.portal = { enable = true; - wlr.enable = false; # I think hyprland has its own portal automatically enabled... + xdgOpenUsePortal = true; + wlr.enable = false; # Hyprland has its own portal automatically enabled... extraPortals = with pkgs; [ - # TODO: Needed? - # xdg-desktop-portal-kde - # xdg-desktop-portal-gtk + xdg-desktop-portal-gtk + # xdg-desktop-portal-kde # xdg-desktop-portal-hyprland # Already enabled by hyprland system module # xdg-desktop-portal-termfilechooser # Filepicker using nnn ];