diff --git a/hosts/desktops/common/services.nix b/hosts/desktops/common/services.nix index 8bbeeed..1398658 100644 --- a/hosts/desktops/common/services.nix +++ b/hosts/desktops/common/services.nix @@ -48,5 +48,6 @@ in { xdg.portal = { enable = true; xdgOpenUsePortal = true; + extraPortals = with pkgs; [ xdg-desktop-portal-kde xdg-desktop-portal-gtk ]; }; }