1
0
Fork 0

Fix htop config

This commit is contained in:
Malte Brandy 2021-06-02 01:35:16 +02:00
parent 59c7020dad
commit 33742a6bdd
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -86,13 +86,15 @@
};
htop = {
enable = true;
hideThreads = true;
hideUserlandThreads = true;
highlightBaseName = true;
shadowOtherUsers = true;
showProgramPath = false;
treeView = true;
sortKey = "USER";
settings = {
hide_threads = true;
hide_userland_threads = true;
highlight_base_name = true;
shadow_other_users = true;
show_program_path = false;
tree_view = true;
sort_key = "USER";
};
};
ssh = {
controlMaster = "auto";