virt-manager

This commit is contained in:
Chris Dombroski 2025-01-08 22:28:15 -05:00
parent baf847a69a
commit 69c8241148

View file

@ -54,6 +54,7 @@ in
];
};
virtualisation.libvirtd.enable = true;
networking = {
hostName = "smolboi"; # Define your hostname.
networkmanager.enable = true; # Easiest to use and most distros use this by default.
@ -165,6 +166,7 @@ in
musescore
protontricks
protonup-qt
virt-manager
;
inherit (pkgs.jetbrains) idea-community;
}