Unverified Commit 24823604 authored by K900's avatar K900 Committed by GitHub
Browse files

nixos/plasma6: install discover if flatpak is enabled (#342852)

parents cd7078f7 46b97e7f
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