first commit

This commit is contained in:
Rohan Deshpande
2024-09-08 20:27:05 -04:00
commit b0462a90af
15 changed files with 1445 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{config, pkgs, ...}: {
programs.htop.enable = true;
}