imladris/hw/orion/default.nix

8 lines
74 B
Nix

{ inputs, ... }:
{
imports = [
./hardware-configuration.nix
];
}