Basic scaffold for managing equiped items

This commit is contained in:
2025-08-16 09:44:32 -07:00
commit 493596e505
32 changed files with 6584 additions and 0 deletions

5
.envrc Normal file
View File

@@ -0,0 +1,5 @@
use flake
# Add Node modules only to the end of the path.
# `layout node` will add it to the front, which is not as secure
export PATH=$PATH:$(pwd)/node_modules/.bin