From e9ebf9137e7930371eebd93fd804f3ea03747bd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Maxmili=C3=A1n=20St=C5=99=C3=ADbrn=C3=BD?= Date: Sun, 19 Apr 2026 21:41:54 +0200 Subject: [PATCH] non important commit --- configuration/modules/desktop.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/configuration/modules/desktop.nix b/configuration/modules/desktop.nix index d6cb494..3c59c29 100644 --- a/configuration/modules/desktop.nix +++ b/configuration/modules/desktop.nix @@ -14,8 +14,14 @@ menus.enable = true; portal = { enable = true; - extraPortals = [pkgs.xdg-desktop-portal-cosmic]; - config.common.default = "cosmic"; + xdgOpenUsePortal = true; + extraPortals = [ + pkgs.xdg-desktop-portal-gtk + pkgs.xdg-desktop-portal-gnome + ]; + config = { + common.default = ["gnome"]; + }; }; };