diff options
Diffstat (limited to 'common/home/btop/default.nix')
| -rw-r--r-- | common/home/btop/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common/home/btop/default.nix b/common/home/btop/default.nix new file mode 100644 index 0000000..949b5f8 --- /dev/null +++ b/common/home/btop/default.nix @@ -0,0 +1,9 @@ +{ ... }: +{ + enable = true; + settings = { + color_theme = "Default"; + truecolor = true; + update_ms = 100; + }; +} |