NixOSConfig/lib/machines/nixos.nix

6 lines
66 B
Nix

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