From e56caff4088aee3787a9a17f22ffbad90a485160 Mon Sep 17 00:00:00 2001 From: cato-001 Date: Fri, 2 Jan 2026 11:17:25 +0100 Subject: [PATCH] feat: add readme --- .direnv/flake-profile | 1 + .direnv/flake-profile-1-link | 1 + README.md | 13 ++++++++++++- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 120000 .direnv/flake-profile create mode 120000 .direnv/flake-profile-1-link diff --git a/.direnv/flake-profile b/.direnv/flake-profile new file mode 120000 index 0000000..0c05709 --- /dev/null +++ b/.direnv/flake-profile @@ -0,0 +1 @@ +flake-profile-1-link \ No newline at end of file diff --git a/.direnv/flake-profile-1-link b/.direnv/flake-profile-1-link new file mode 120000 index 0000000..ac3f27a --- /dev/null +++ b/.direnv/flake-profile-1-link @@ -0,0 +1 @@ +/nix/store/yhc48v456plfcphg7x5s13lnlkrg5vnc-nix-shell-env \ No newline at end of file diff --git a/README.md b/README.md index ebc5034..ec2e216 100644 --- a/README.md +++ b/README.md @@ -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`