Skip to content
LogoLogo

Available Templates

TemplateLanguage / Use CaseDescription
colmena-configNixOS DeploymentNixOS Configuration with Colmena deployment
javaJava / JVMJava development environment with JDK, Maven, and Gradle
kotlinKotlin / JVMKotlin development environment with Kotlin compiler and Gradle
nixNixNix development environment with nixfmt, deadnix, statix (default)
nix-configNixOSNixOS system configuration flake template
nodeNode.js / JavaScript / TypeScriptNode.js development environment with npm, yarn, pnpm, and corepack
pythonPythonPython development environment with pip, venv, and uv
rustRustRust development environment with cargo, rustc, rustfmt, clippy, and rust-analyzer
secretsSecrets ManagementEncrypted secrets management with agenix or sops-nix integration

Usage Examples

Node.js

nix flake init -t beans#node

Python

nix flake init -t beans#python

Rust

nix flake init -t beans#rust

Java

nix flake init -t beans#java