nix/modules/home/programs/qemu/default.nix

6 lines
186 B
Nix
Raw Normal View History

# Enabling this by default since its nothing more than a config file. If kvm
# exists, it'll be utilized, otherwise not
_: {
xdg.configFile."libvirt/qemu.conf".source = ./qemu.conf;
}