nixos/plasma6: Add discover if fwupd is enabled (#481590)

This commit is contained in:
Sandro
2026-01-21 22:04:56 +00:00
committed by GitHub
@@ -173,9 +173,9 @@ in
# This is required for autorotation in Plasma 6
qtsensors
]
++ lib.optionals config.services.flatpak.enable [
++ lib.optionals (config.services.flatpak.enable || config.services.fwupd.enable) [
# Since PackageKit Nix support is not there yet,
# only install discover if flatpak is enabled.
# only install discover if flatpak or fwupd is enabled.
discover
];
in