1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

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];