mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-09 20:16:16 +03:00
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.
This commit is contained in:
parent
1a9df97808
commit
46b97e7f0f
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue