chore(docs): update todo list
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-01-05 00:23:35 -05:00
parent 9301a6d761
commit 5bd6990cd2

View file

@ -5,11 +5,11 @@ TODO: add directory structure info and enforce it
- [x] every root folder in the repo represents a flake output except inputs
- [x] every root folder only has an optional `default.nix` and subfolders for each
of its attrs
- [] if there is non nix code, it will be in a `config` folder
- [] redo docs
- [x] if there is non nix code, it will be in a `config` folder
- [x] every module should not do anything if imported
- [] all nix files that represent a module should be `default.nix` (a nix file
- [x] all nix files that represent a module should be `default.nix` (a nix file
which is imported directly can be called anything alongside `default.nix`)
- [ ] redo docs
## AGS