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
file
gcc
htop
iftop
inetutils
iotop
@ -71,6 +70,16 @@
environment.etc.nixpkgs.source = pkgs.path;
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 = {
enable = true;
config = {