From 8bc3e82f6d573dcb4ed1a910e86966c4c5e23ff5 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Sat, 16 Dec 2023 14:27:58 +0100 Subject: [PATCH] cli: Install btop as a program --- home/cli.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/cli.nix b/home/cli.nix index 44777d0..5e9fef0 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -60,7 +60,6 @@ in { (aspellWithDicts (dicts: with dicts; [ en en-computers en-science de ])) # system tools - btop htop-vim # htop with vim bindings erdtree # du+tree had sex dua # ncdu but better @@ -117,6 +116,9 @@ in { # better cat bat.enable = true; + # htop replacement with a nice UI + btop.enable = true; + zsh = { enable = true; enableAutosuggestions = true;