Files
nixos/modules/type.nix
T
2025-08-06 23:33:03 +03:00

11 lines
106 B
Nix
Executable File

{
config,
deviceType,
...
}:
{
imports = [
(./. + "/${deviceType}") # specific modules
];
}