This commit is contained in:
Lucy von Overheidt 2025-09-09 23:43:59 +02:00
parent 44d708329a
commit 7dd32c7a17
9 changed files with 168 additions and 56 deletions

4
modules/htop.nix Normal file
View file

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