nix-files/modules/hardware/default.nix

8 lines
50 B
Nix

{ ... }:
{
imports = [
./x86_64.nix
];
}