Files
imladris/hw/orion/default.nix
2025-05-05 16:25:02 -07:00

8 lines
74 B
Nix

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