From 709bd491c875b5f918780e01fd19725859c0f8c3 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 23 Dec 2023 20:33:23 +0800 Subject: [PATCH] profiles/dev: add virt-top --- modules/nixos/profiles/dev.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nixos/profiles/dev.nix b/modules/nixos/profiles/dev.nix index c83871d6..22e8d157 100644 --- a/modules/nixos/profiles/dev.nix +++ b/modules/nixos/profiles/dev.nix @@ -170,6 +170,7 @@ in { (lib.mkIf cfg.virtual-machines.enable { environment.systemPackages = with pkgs; [ + virt-top # Monitoring your virtual machines on a terminal, yeah. virt-manager # An interface for those who are lazy to read a reference manual and create a 1000-line configuration per machine. ];