NixOSConfig/lib/machines/nixos.nix

6 lines
57 B
Nix

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