aboutsummaryrefslogtreecommitdiff
path: root/programs/htop.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-09-26 16:56:36 +0100
committerAkshay <[email protected]>2021-09-26 16:56:36 +0100
commit5cdb4e421a809de51c3ebe8404e50d732721238b (patch)
tree73b71617c41b3e13edbf26035e821bb884d30441 /programs/htop.nix
init
Diffstat (limited to 'programs/htop.nix')
-rw-r--r--programs/htop.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/programs/htop.nix b/programs/htop.nix
new file mode 100644
index 0000000..a48b70c
--- /dev/null
+++ b/programs/htop.nix
@@ -0,0 +1,11 @@
1{ config
2, pkgs
3, ...
4}:
5
6{
7 programs.htop = {
8 enable = true;
9 settings.color_scheme = 1; # monochrome
10 };
11}