diff options
| author | brustybee <bee@4d2.org> | 2026-03-07 03:47:19 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-07 03:47:19 +0530 |
| commit | b9c9e4a45d59c6df1a794cc24b473e394633effb (patch) | |
| tree | 34c83c66bd3c20379e593c5023f3710d593a95a5 /common/programs/btop.nix | |
| parent | b7ab4668c6dd7d6b153b9bf7ea3923ebe93f1ddd (diff) | |
Add btop fish rofi and tmux
Diffstat (limited to 'common/programs/btop.nix')
| -rw-r--r-- | common/programs/btop.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/common/programs/btop.nix b/common/programs/btop.nix new file mode 100644 index 0000000..aa548e9 --- /dev/null +++ b/common/programs/btop.nix @@ -0,0 +1,13 @@ +{ lib, config, ... }: +{ + programs.btop = { + enable = true; + settings = { + color_theme = lib.optionals config.beeMods.matugen.enable "matugen"; + theme_background = false; + truecolor = true; + vim_keys = true; + rounded_corners = false; + }; + }; +} |
