summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2026-03-10 20:03:02 -0600
committerAlejandro Soto <alejandro@34project.org>2026-03-11 01:27:55 -0600
commitd73def49bd0ae2f20fdde89774c1a117a586c0c0 (patch)
treed4711935962ad05d967d2dfe81123855cbfccf65 /home
parente164446b53866ceda3bdd748f3d4777cadbcdeee (diff)
trivionomicon: athena-bccr: separate releases by vendor, add 'vendor' option
Diffstat (limited to '')
-rw-r--r--home/desktop/athena.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/home/desktop/athena.nix b/home/desktop/athena.nix
index 6c1cbad..226841f 100644
--- a/home/desktop/athena.nix
+++ b/home/desktop/athena.nix
@@ -10,7 +10,11 @@ in {
config = mkIf cfg.enable {
local.athena-bccr = {
enable = true;
- gaudiHash = "sha256-EFVb3K/hQUD/u8/IftBAIYvSefwPqZDvcT8S9B860MM=";
+
+ mirror = "https://public.posixlycorrect.com/dist/firma_digital";
+ vendor = "athena";
+
+ gaudiHash = "sha256-zZpaMO57vyQqmtCnymUl+vm//IObDX2dfmp/0+OPb4M=";
};
};
}