From d9b7b95c62e782b02bcfd2dca43943a684783c1a Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Tue, 11 Nov 2025 18:11:23 +0800 Subject: [PATCH] fix: Add xdg-desktop-portal-gtk to extraPortals --- nixos/modules/gui/niri.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/modules/gui/niri.nix b/nixos/modules/gui/niri.nix index 53470b0..c9893ec 100644 --- a/nixos/modules/gui/niri.nix +++ b/nixos/modules/gui/niri.nix @@ -30,6 +30,11 @@ in { ]; }; xdg = { + portal = { + extraPortals = [ + pkgs.xdg-desktop-portal-gtk + ]; + }; terminal-exec = { enable = true; settings = {