Create a flake in the current directory from nix-templates#webdev template:
nix flake init -t github:jonathandion/nix-templates#webdevCreate a flake in the specified directory from nix-templates#webdev template:
nix flake new myAwesomeProject -t github:jonathandion/nix-templates#webdevto save the registry:
nix registry add jdion github:jonathandion/nix-templates
nix flake init -t jdion#webdev