From 5eacac40e50d9725e3c9d0bc8e044fd590d687df Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 16 Oct 2024 14:16:04 -0500 Subject: [PATCH] remove vagrant/libvirt (for now?) --- home/penguin-fw.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/penguin-fw.nix b/home/penguin-fw.nix index 79f88a6..d191967 100644 --- a/home/penguin-fw.nix +++ b/home/penguin-fw.nix @@ -7,8 +7,8 @@ ]; # packages - home.packages = with pkgs; [ - libvirt - vagrant - ]; + # home.packages = with pkgs; [ + # libvirt + # vagrant + # ]; }