diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-09-17 18:14:22 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-09-17 18:14:22 +0200 |
| commit | fe0e613928323f9dc538f1bdea8138456abffc4b (patch) | |
| tree | 019728342ae0f3329ab9ff631c02e55e4472f18a /common/home/btop | |
create nix configuration
Diffstat (limited to 'common/home/btop')
| -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; + }; +} |