switch from btm to btop
This commit is contained in:
parent
1a7628ac97
commit
c0aab86acd
|
@ -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; [
|
||||||
|
|
Loading…
Reference in New Issue