diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-09-25 21:54:10 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-09-25 21:54:10 +0200 |
| commit | dc00b9a7b38de0b8f402e944ea994883141a601e (patch) | |
| tree | 70ce669d253331ff04f8db331d77c946cd90bd81 /common/home/programs/btop | |
| parent | 8f02589b784f2130ec248fbcfdb24039cd728503 (diff) | |
update packages
Diffstat (limited to 'common/home/programs/btop')
| -rw-r--r-- | common/home/programs/btop/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/home/programs/btop/default.nix b/common/home/programs/btop/default.nix index 949b5f8..65b8179 100644 --- a/common/home/programs/btop/default.nix +++ b/common/home/programs/btop/default.nix @@ -1,6 +1,7 @@ { ... }: { enable = true; + settings = { color_theme = "Default"; truecolor = true; |