chore: cleanup comments and remove module config descriptions

This commit is contained in:
2026-02-22 02:03:52 +01:00
parent fdd7831732
commit 3c643a411e
11 changed files with 9 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
lib:
# takes dir as an argument and creates an attribute set by importing all .nix files in that directory
# import all .nix files in dir as attribute set
dir:
let
readDir = builtins.readDir dir;