diff --git a/profiles/virtualization.nix b/profiles/virtualization.nix new file mode 100644 index 0000000..671de21 --- /dev/null +++ b/profiles/virtualization.nix @@ -0,0 +1,5 @@ +{ pkgs, ... }: { + virtualisation.libvirtd.enable = true; + programs.dconf.enable = true; + environment.systemPackages = with pkgs; [ virt-manager ]; +}