From 618a41bd8837733187a5d53c9bf5fbafc2eac5f4 Mon Sep 17 00:00:00 2001 From: satr14 Date: Fri, 24 Jul 2026 16:47:39 +0700 Subject: [PATCH] add extra portal --- modules/system/desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/desktop.nix b/modules/system/desktop.nix index f1e729d..0aeb936 100644 --- a/modules/system/desktop.nix +++ b/modules/system/desktop.nix @@ -33,7 +33,7 @@ xdg.portal = { enable = true; extraPortals = [ - pkgs.xdg-desktop-portal-hyprland #inputs.hl.packages.${pkgs.system}.xdg-desktop-portal-hyprland + pkgs.xdg-desktop-portal-luminous pkgs.xdg-desktop-portal-gtk ]; };