flake/machines/nixos/81fw-lenovo-legion-y7000/default.nix
Guanran Wang 89f91afa4e
hardware: overhaul hardware configuration
- moved nvidia prime `xxxBusId` to machines specific configuration
- moved hostname config to flake.nix
- added per-machine configuration
  (example usage: multiple machines with same model)
2023-10-07 16:19:15 +08:00

7 lines
No EOL
51 B
Nix

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