dotfiles/modules/htop.nix
Lucy von Overheidt 7dd32c7a17 meow
2025-09-09 23:43:59 +02:00

4 lines
44 B
Nix

{ ... }:
{
programs.htop.enable = true;
}