add htop to home.nix

This commit is contained in:
Gabriella Bere 2024-08-23 19:51:09 +01:00
parent e35b6d4d6f
commit 4d5b38cbe9
2 changed files with 4 additions and 0 deletions

View file

@ -279,4 +279,5 @@
# };
services.blueman-applet.enable = true;
programs.htop.enable = true;
}