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

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

This commit is contained in:
K900 2024-09-19 09:31:02 +03:00 committed by GitHub
commit 248236048f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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