summaryrefslogtreecommitdiff
path: root/modules/athena-bccr/hm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/athena-bccr/hm.nix')
-rw-r--r--modules/athena-bccr/hm.nix14
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;})
+ ];
+}