mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
configure htop
This commit is contained in:
parent
ed3d8bc913
commit
066013cd08
1 changed files with 10 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue