added btop

This commit is contained in:
biscuit
2025-05-20 07:30:55 -05:00
parent 05198ddeab
commit 3215644a87
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
btop
];
}