A collection of nix templates to get your started with your next project quickly.
These templates are very opinionated, just check the flake-utils template to see how.
To initialize a new project with the template
nix flake init -t github:tgirlcloud/nix-templates#<template>
To create a new project in the specified directory
nix flake new -t github:tgirlcloud/nix-templates#<template> <out dir>