nixos/plasma6: Add discover if fwupd is enabled (#481590)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user