chore(linter/formatter): Apply linter and formatter

This commit is contained in:
DashieTM 2025-09-06 16:18:00 +02:00
parent aefd89f89d
commit 68d16b8212
24 changed files with 469 additions and 448 deletions

View file

@ -20,8 +20,8 @@
pathToAttrs = path:
lib.attrsets.mapAttrsToList (
name: meta: {
name = name;
meta = meta;
inherit name;
inherit meta;
}
)
(builtins.readDir path);