{
lib,
config,
...
}: let
inherit (lib.modules) mkIf;
in {
config = mkIf config.local.profiles.desktop.enable {
services.fwupd.enable = true;
};
}