{
lib,
config,
...
}: {
config = lib.mkIf (config.local.systemVars.desktop != "none") {
services.fwupd.enable = true;
};
}