From f05ba9218db3f20a683b3dfb03dcecae5209671c Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 15 Jan 2021 20:54:37 +0100 Subject: Add htop config --- gui/htop.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gui/htop.nix (limited to 'gui/htop.nix') diff --git a/gui/htop.nix b/gui/htop.nix new file mode 100644 index 0000000..2cb1602 --- /dev/null +++ b/gui/htop.nix @@ -0,0 +1,13 @@ +{ config, pkgs, ... }: + +{ + programs.htop = { + enable = true; + + treeView = true; + showProgramPath = false; + highlightBaseName = true; + hideThreads = true; + hideUserlandThreads = true; + }; +} -- cgit v1.2.3