imladris/hw/orion/default.nix

9 lines
104 B
Nix

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