{ lib, ... }:
{
services.avizo = {
enable = true;
settings.default.image-opacity = lib.mkForce "1.0";
};
}