From 53a923158861a9c52b86f37d826c3f4637476dfa Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 6 Aug 2025 14:59:33 -0600 Subject: modules/athena-bccr: initial commit --- modules/athena-bccr/hm.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/athena-bccr/hm.nix (limited to 'modules/athena-bccr/hm.nix') diff --git a/modules/athena-bccr/hm.nix b/modules/athena-bccr/hm.nix new file mode 100644 index 0000000..0678e3c --- /dev/null +++ b/modules/athena-bccr/hm.nix @@ -0,0 +1,14 @@ +{ + pkgs, + lib, + cfg, + doctrine, + ... +}: let + athena = pkgs.${doctrine.prefix}.athena-bccr.${cfg.release}; +in { + home.packages = [ + athena.firmador + (athena.gaudi.override {inherit (cfg) gaudiHash;}) + ]; +} -- cgit v1.2.3