nixos/plasma6: install xdg-desktop-portal-gtk (#344681)

This commit is contained in:
K900 2024-09-26 19:21:22 +03:00 committed by GitHub
commit 42dd305751
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -245,7 +245,10 @@ in {
xdg.icons.enable = true;
xdg.portal.enable = true;
xdg.portal.extraPortals = [kdePackages.xdg-desktop-portal-kde];
xdg.portal.extraPortals = [
kdePackages.xdg-desktop-portal-kde
pkgs.xdg-desktop-portal-gtk
];
xdg.portal.configPackages = mkDefault [kdePackages.xdg-desktop-portal-kde];
services.pipewire.enable = mkDefault true;