This commit is contained in:
LunarAkai 2025-03-17 22:52:44 +01:00
commit b69972cb03
4 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{pkgs, ...}: {
environment = with pkgs; {
systemPackages = [
qemu
quickemu
quickgui
];
};
programs.virt-manager.enable = true;
virtualisation.libvirtd.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
}

View file

@ -13,6 +13,7 @@ in {
extraGroups = ifTheyExist [
"audio"
"docker"
"libvirtd"
"networkmanager"
"wheel"
];
@ -22,6 +23,7 @@ in {
neovim
rustup
protonvpn-gui
ansible
];
};