nix flake init -t "git+https://github.com/nixcafe/develop-templates.git?submodules=1#${develop_name}" --refreshOr add nix registry:
nix registry add beans "git+https://github.com/nixcafe/develop-templates.git?submodules=1"After that, you can use the templates by running:
nix flake init -t beans#${develop_name} --refreshjava: Java development environmentkotlin: Kotlin development environmentnix: Nix development environmentnix-config: NixOS configurationnode: Node.js development environmentrust: Rust development environmentsecrets: Secrets file management
The default template is nix.