nix-files/modules/hardware/default.nix

9 lines
64 B
Nix

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