imladris/hw/orion/default.nix

9 lines
101 B
Nix

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