imladris/hw/orion/default.nix

8 lines
109 B
Nix

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