Unverified Commit 3ec1eb4f authored by éclairevoyant's avatar éclairevoyant
Browse files

nixos/plasma5: enable xdg.icons

parent 761a8023
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -374,6 +374,8 @@ in
        };
      };

      xdg.icons.enable = true;

      xdg.portal.enable = true;
      xdg.portal.extraPortals = [ pkgs.plasma5Packages.xdg-desktop-portal-kde ];
      xdg.portal.configPackages = mkDefault [ pkgs.plasma5Packages.xdg-desktop-portal-kde ];