snowhawk: enable virtualization

This commit is contained in:
Zynh Ludwig 2024-11-24 16:20:32 -08:00
parent ee109829a7
commit 8962a4990a

View file

@ -83,6 +83,12 @@
hardware.keyboard.uhk.enable = true; hardware.keyboard.uhk.enable = true;
virtualisation = {
libvirtd.enable = true;
};
programs.virt-manager.enable = true;
# I think I need a gtk theme? gnome-keyring # I think I need a gtk theme? gnome-keyring
qt.platformTheme = "gtk2"; qt.platformTheme = "gtk2";