diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-08-06 14:59:33 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-08-06 14:59:33 -0600 |
| commit | 53a923158861a9c52b86f37d826c3f4637476dfa (patch) | |
| tree | 5453268dd858f542c1e24cc99b2bd3bf48b4a7d9 /modules/athena-bccr/hm.nix | |
| parent | cc0216a6eca87508b8bb4886dccae28a603de54b (diff) | |
modules/athena-bccr: initial commit
Diffstat (limited to 'modules/athena-bccr/hm.nix')
| -rw-r--r-- | modules/athena-bccr/hm.nix | 14 |
1 files changed, 14 insertions, 0 deletions
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;}) + ]; +} |
