summaryrefslogtreecommitdiff
path: root/trivionomicon/modules/athena-bccr/hm.nix
blob: 0678e3cb4f89adfbcfcca2885f5f1a9b0722a02c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;})
  ];
}