dotfiles/modules/htop.nix

5 lines
44 B
Nix
Raw Permalink Normal View History

2025-09-09 23:43:59 +02:00
{ ... }:
{
programs.htop.enable = true;
}