diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index d947d22..74970fc 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -146,10 +146,12 @@ programs = { zsh.enable = true; niri.enable = true; + virt-manager.enable = true; }; virtualisation = { docker = {enable = true;}; + libvirtd = {enable = true;}; }; users.users.k = {