added tldr

This commit is contained in:
biscuit
2025-05-20 07:56:58 -05:00
parent 35f515e828
commit f442452a2e
+1
View File
@@ -1,5 +1,6 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
btop
tldr
];
}