9 lines
120 B
Nix
Raw Normal View History

2025-04-14 23:30:50 +02:00
{ lib, ... }:
{
imports = [
2025-04-14 23:30:50 +02:00
(lib.custom.relativeToRoot "shared/modules")
./hardware-configuration.nix
];
}