feat: add readme

This commit is contained in:
cato-001 2026-01-02 11:17:25 +01:00 committed by cato
parent 6b507c849a
commit e56caff408
3 changed files with 14 additions and 1 deletions

1
.direnv/flake-profile Symbolic link
View file

@ -0,0 +1 @@
flake-profile-1-link

View file

@ -0,0 +1 @@
/nix/store/yhc48v456plfcphg7x5s13lnlkrg5vnc-nix-shell-env

View file

@ -1,2 +1,13 @@
# templates # Project Templates
This repo contains some project, that I use quite often.
## Usage
> Default nix flake
>
> `nix flake init -t github:cato-001/templates`
> Golang nix flake
>
> `nix flake init -t github:cato-001/templates#golang`