This commit is contained in:
2025-08-06 23:33:03 +03:00
parent a9e0c535b1
commit 25345d396e
4 changed files with 59 additions and 5 deletions
+10
View File
@@ -0,0 +1,10 @@
{
config,
deviceType,
...
}:
{
imports = [
(./. + "/${deviceType}") # specific modules
];
}