Unverified Commit 46b97e7f authored by Jared Baur's avatar Jared Baur
Browse files

nixos/plasma6: install discover if flatpak is enabled

Just like for gnome, we should install the respective PackageKit
frontend for KDE Plasma if flatpak is enabled in the NixOS config.
parent 1a9df978
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -147,6 +147,10 @@ in {
        spectacle
        ffmpegthumbs
        krdp
      ] ++ lib.optionals config.services.flatpak.enable [
        # Since PackageKit Nix support is not there yet,
        # only install discover if flatpak is enabled.
        discover
      ];
    in
      requiredPackages