From 5bbdfc797713b65e594c826dc485b790d799bbee Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Tue, 9 Apr 2024 13:45:59 -0300 Subject: [PATCH] refactor: use kde desktop portal instead of gnome --- hosts/desktop/shared-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/desktop/shared-configuration.nix b/hosts/desktop/shared-configuration.nix index a3a70d1..69f2a54 100644 --- a/hosts/desktop/shared-configuration.nix +++ b/hosts/desktop/shared-configuration.nix @@ -176,7 +176,7 @@ xdg.portal.enable = true; xdg.portal.extraPortals = with pkgs; [ - xdg-desktop-portal-gnome + xdg-desktop-portal-kde ]; environment.sessionVariables = {