{ pkgs, ... }: { imports = [ ./not-os/qemu.nix ]; not-os.nix = false; environment.systemPackages = [ pkgs.utillinux ]; }