{ config, lib, pkgs, ... }: with lib; let cfg = config.local.desktop; in { config = mkIf cfg.enable { local.athena-bccr = { enable = true; mirror = "https://public.posixlycorrect.com/dist/firma_digital"; vendor = "athena"; gaudiHash = "sha256-zZpaMO57vyQqmtCnymUl+vm//IObDX2dfmp/0+OPb4M="; }; }; }