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
+1
View File
@@ -15,5 +15,6 @@
../system/timezone.nix
# ../system/touchpad.nix
../system/users.nix
../system/tools.nix
];
}
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
btop
];
}