intermediate commit

This commit is contained in:
Albert
2025-04-26 23:24:04 +02:00
committed by h7x4
parent ddd405f534
commit a0dc9922b2
8 changed files with 132 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
{ config, lib, values, ... }:
{
nameList = builtins.attrNames (builtins.readDir ../hardware);
}