nixos/plasma6: enable xdg.icons

This commit is contained in:
éclairevoyant 2024-07-17 09:25:08 -04:00
parent 28f1933286
commit 761a8023c4
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -238,6 +238,8 @@ in {
systemd.packages = [kdePackages.drkonqi];
systemd.services."drkonqi-coredump-processor@".wantedBy = ["systemd-coredump@.service"];
xdg.icons.enable = true;
xdg.portal.enable = true;
xdg.portal.extraPortals = [kdePackages.xdg-desktop-portal-kde];
xdg.portal.configPackages = mkDefault [kdePackages.xdg-desktop-portal-kde];