nixos/modules/nixos/default.nix

6 lines
No EOL
46 B
Nix

{ ... }:
{
imports = [
./hardware
];
}