forked from fabian/nix_config
modules/athena-bccr: initial commit
This commit is contained in:
parent
e72efe6b59
commit
c651b8c470
4 changed files with 93 additions and 0 deletions
14
modules/athena-bccr/hm.nix
Normal file
14
modules/athena-bccr/hm.nix
Normal file
|
@ -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;})
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue