profiles/dev: add virt-top

This commit is contained in:
Gabriel Arazas 2023-12-23 20:33:23 +08:00
parent c7c6cc4620
commit 709bd491c8
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -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.
];