12 lines
124 B
Nix

{
lib,
...
}:
{
imports = [
(lib.custom.relativeToRoot "shared/modules")
./hardware-configuration.nix
];
}