From 11f90ee6c2b5cc470d7c089fce67ff8e3c3fb78a Mon Sep 17 00:00:00 2001 From: k Date: Sun, 10 May 2026 15:29:33 -0400 Subject: [PATCH] enabled vms --- hosts/laptop/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) 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 = {