From f4fa1a80ef8528a2862cdcc921f1d0a0c91d1cb1 Mon Sep 17 00:00:00 2001 From: chn Date: Mon, 1 Dec 2025 16:41:01 +0800 Subject: [PATCH] modules.system.gui: fix xdg-desktop-portal-gnome --- modules/system/gui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/gui.nix b/modules/system/gui.nix index c997c3cc..f603f19b 100644 --- a/modules/system/gui.nix +++ b/modules/system/gui.nix @@ -32,7 +32,7 @@ inputs: persistence."/nix/persistent".directories = [{ directory = "/var/cache/tuigreet"; user = "greeter"; group = "greeter"; mode = "0700"; }]; }; - xdg.portal.extraPortals = (builtins.map (p: inputs.pkgs."xdg-desktop-portal-${p}") [ "gtk" "wlr" ]) + xdg.portal.extraPortals = (builtins.map (p: inputs.pkgs."xdg-desktop-portal-${p}") [ "gtk" "wlr" "gnome" ]) ++ [ inputs.pkgs.kdePackages.xdg-desktop-portal-kde ]; i18n.inputMethod = {