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 = {