graphical-client-wayland: include KDE portal config

This commit is contained in:
Luke Granger-Brown 2025-03-16 00:44:24 +00:00
parent 4677548647
commit 21dc1ef36e

View file

@ -16,7 +16,8 @@ in
xdg.portal = {
enable = true;
extraPortals = with depot.pkgs; [ xdg-desktop-portal-wlr ];
extraPortals = with depot.pkgs; [ kdePackages.xdg-desktop-portal-kde xdg-desktop-portal-wlr ];
configPackages = with depot.pkgs; [ kdePackages.plasma-workspace xdg-desktop-portal-wlr ];
};
};
}