🔧 add glances

This commit is contained in:
Ingolf Wagner 2024-10-08 22:56:22 +09:00
parent 6d5dbcbafc
commit e34dc222db
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -37,8 +37,12 @@ with lib;
(writers.writeBashBin "vulnix-system" '' (writers.writeBashBin "vulnix-system" ''
${vulnix}/bin/vulnix --profile /nix/var/nix/profiles/system ${vulnix}/bin/vulnix --profile /nix/var/nix/profiles/system
'') '')
# cpu load monitor
glances
]; ];
# cpu load monitor
programs.btop.enable = true; programs.btop.enable = true;
} }