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, 0 insertions, 14 deletions
diff --git a/modules/athena-bccr/hm.nix b/modules/athena-bccr/hm.nix
deleted file mode 100644
index 0678e3c..0000000
--- a/modules/athena-bccr/hm.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- pkgs,
- lib,
- cfg,
- doctrine,
- ...
-}: let
- athena = pkgs.${doctrine.prefix}.athena-bccr.${cfg.release};
-in {
- home.packages = [
- athena.firmador
- (athena.gaudi.override {inherit (cfg) gaudiHash;})
- ];
-}