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
|
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 = {
|
||||||
|
|
Loading…
Reference in a new issue