From df9b058a589d519648f8b9183e4c4ef68c69e197 Mon Sep 17 00:00:00 2001 From: Sense T Date: Fri, 30 Jun 2023 23:29:50 +0800 Subject: [PATCH] f1 --- global/software-configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/global/software-configuration.nix b/global/software-configuration.nix index 30a7e8a..8fd6f78 100644 --- a/global/software-configuration.nix +++ b/global/software-configuration.nix @@ -4,8 +4,10 @@ wlr.enable = true; xdgOpenUsePortal = true; extraPortals = with pkgs; [ - #xdg-desktop-portal-gtk + xdg-desktop-portal-hyprland xdg-desktop-portal-gnome + xdg-desktop-portal-kde + xdg-desktop-portal-gtk ]; };