chore: rename bulkgen to hokusai
This commit is contained in:
parent
a28cc97aed
commit
4def49350e
32 changed files with 215 additions and 213 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue