From bc557bcaf8f98ca0e59840cc52f20360decf8c8e Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 14 Nov 2024 12:19:28 -0500 Subject: [PATCH] btop --- modules/home/all/terminal.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/all/terminal.nix b/modules/home/all/terminal.nix index 593335b..fe7b683 100644 --- a/modules/home/all/terminal.nix +++ b/modules/home/all/terminal.nix @@ -74,6 +74,6 @@ in zoxide.enable = true; fzf.enable = true; jq.enable = true; - htop.enable = true; + btop.enable = true; }; }