switch from btm to btop
This commit is contained in:
parent
1a7628ac97
commit
c0aab86acd
|
@ -12,7 +12,6 @@ with lib; {
|
|||
ripgrep
|
||||
ripgrep-all
|
||||
hyperfine
|
||||
bottom
|
||||
dogdns
|
||||
duf
|
||||
# User friendly cut
|
||||
|
@ -40,6 +39,8 @@ with lib; {
|
|||
set-option -g automatic-rename-format '#{pane_current_path}: #{pane_current_command}'
|
||||
'';
|
||||
};
|
||||
# Configure btop
|
||||
programs.btop = { enable = true; };
|
||||
})
|
||||
(mkIf config.nathan.programs.util.productivity {
|
||||
home.packages = with pkgs; [
|
||||
|
|
Loading…
Reference in New Issue