nix/modules/home/programs/qemu/default.nix
Ameya Shenoy 4998e822a7 feat: init
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2024-11-11 01:48:40 +05:30

5 lines
186 B
Nix

# 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;
}