{ config, lib, ... }: let cfg = config.szpont.hm.soft.satty; in { options.szpont.hm.soft.satty.enable = lib.mkEnableOption "enables satty image editor"; config = lib.mkIf cfg.enable { programs.satty = { enable = true; }; }; }