diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 9eb460a..2f83a4f 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -144,6 +144,12 @@ programs = { zsh.enable = true; + virt-manager.enable = true; + }; + + virtualisation = { + libvirtd = {enable = true;}; + kvmgt = {enable = true;}; }; users.users.k = {