diff --git a/README.md b/README.md index ca1893dd..ffad2569 100644 --- a/README.md +++ b/README.md @@ -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