configure htop

This commit is contained in:
Sean Buckley 2021-11-09 11:34:10 -05:00
parent ed3d8bc913
commit 066013cd08

View file

@ -12,7 +12,6 @@
entr entr
file file
gcc gcc
htop
iftop iftop
inetutils inetutils
iotop iotop
@ -71,6 +70,16 @@
environment.etc.nixpkgs.source = pkgs.path; environment.etc.nixpkgs.source = pkgs.path;
nix.nixPath = [ "nixpkgs=/etc/nixpkgs" ]; nix.nixPath = [ "nixpkgs=/etc/nixpkgs" ];
programs.htop = {
enable = true;
settings = {
hide_userland_threads = 1;
highlight_base_name = 1;
show_program_path = 0;
tree_view = 1;
};
};
programs.git = { programs.git = {
enable = true; enable = true;
config = { config = {