switch from btm to btop

This commit is contained in:
Nathan McCarty 2023-01-27 20:06:22 -05:00
parent 1a7628ac97
commit c0aab86acd
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,6 @@ with lib; {
ripgrep ripgrep
ripgrep-all ripgrep-all
hyperfine hyperfine
bottom
dogdns dogdns
duf duf
# User friendly cut # User friendly cut
@ -40,6 +39,8 @@ with lib; {
set-option -g automatic-rename-format '#{pane_current_path}: #{pane_current_command}' set-option -g automatic-rename-format '#{pane_current_path}: #{pane_current_command}'
''; '';
}; };
# Configure btop
programs.btop = { enable = true; };
}) })
(mkIf config.nathan.programs.util.productivity { (mkIf config.nathan.programs.util.productivity {
home.packages = with pkgs; [ home.packages = with pkgs; [