9 lines
120 B
Nix

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