flake/nixos/hardware/default.nix
2023-09-19 08:17:43 +08:00

7 lines
52 B
Nix
Executable file

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