From e8d6ddabedbbaae7d2d4945854da41edfdce2ecd Mon Sep 17 00:00:00 2001 From: Azuna <36605286+azunaVT@users.noreply.github.com> Date: Sun, 8 Jun 2025 20:45:11 +0000 Subject: [PATCH] Added notes on how to use the template in nix-dood --- src/nix-dood/NOTES.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/nix-dood/NOTES.md diff --git a/src/nix-dood/NOTES.md b/src/nix-dood/NOTES.md new file mode 100644 index 0000000..71d5d98 --- /dev/null +++ b/src/nix-dood/NOTES.md @@ -0,0 +1,3 @@ +## Usage + +In VS Code, this can be added to your projects by using `ghcr.io/feenx-lab/feenx-devcontainers/nix-dood:latest` when selecting the template and choosing the greeting you want. \ No newline at end of file