chore: rename bulkgen to hokusai
All checks were successful
Continuous Integration / Build Package (push) Successful in 35s
Continuous Integration / Lint, Check & Test (push) Successful in 57s

This commit is contained in:
Konstantin Fickel 2026-02-20 17:08:12 +01:00
parent a28cc97aed
commit 4def49350e
Signed by: kfickel
GPG key ID: A793722F9933C1A5
32 changed files with 215 additions and 213 deletions

View file

@ -6,12 +6,12 @@ self:
...
}:
let
cfg = config.programs.bulkgen;
cfg = config.programs.hokusai;
in
{
options.programs.bulkgen = {
enable = lib.mkEnableOption "bulkgen";
package = lib.mkPackageOption self.packages.${pkgs.system} "bulkgen" { };
options.programs.hokusai = {
enable = lib.mkEnableOption "hokusai";
package = lib.mkPackageOption self.packages.${pkgs.system} "hokusai" { };
};
config = lib.mkIf cfg.enable {