From a895e3f9e942193085de7e03b719fb8e2122e7f9 Mon Sep 17 00:00:00 2001 From: Sense T Date: Fri, 30 Jun 2023 23:08:24 +0800 Subject: [PATCH] some fix --- global/software-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/global/software-configuration.nix b/global/software-configuration.nix index 39f972e..30a7e8a 100644 --- a/global/software-configuration.nix +++ b/global/software-configuration.nix @@ -2,6 +2,11 @@ xdg.portal = { enable = true; wlr.enable = true; + xdgOpenUsePortal = true; + extraPortals = with pkgs; [ + #xdg-desktop-portal-gtk + xdg-desktop-portal-gnome + ]; }; # Enable automatic login for the user.