diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix index 35b02bb..17e45e3 100644 --- a/hosts/snowhawk/configuration.nix +++ b/hosts/snowhawk/configuration.nix @@ -83,6 +83,12 @@ hardware.keyboard.uhk.enable = true; + virtualisation = { + libvirtd.enable = true; + }; + + programs.virt-manager.enable = true; + # I think I need a gtk theme? gnome-keyring qt.platformTheme = "gtk2";