diff options
| author | bee <beebeeb5k@gmail.com> | 2026-05-05 22:47:01 +0530 |
|---|---|---|
| committer | bee <beebeeb5k@gmail.com> | 2026-05-05 22:47:01 +0530 |
| commit | d550f99d5d1b89569ee512c2716e98e7dc3d81d3 (patch) | |
| tree | c4bf1dc2b80a4cf1a17d690f5e568c2bf1154fad /common/programs | |
| parent | cd08309515bce3796777f4b20efffd379b9fabcc (diff) | |
important stuff
Diffstat (limited to 'common/programs')
| -rw-r--r-- | common/programs/btop.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/programs/btop.nix b/common/programs/btop.nix index a030e3d..6d30609 100644 --- a/common/programs/btop.nix +++ b/common/programs/btop.nix @@ -3,7 +3,7 @@ programs.btop = { enable = true; settings = { - color_theme = lib.optionalString config.beeMods.matugen.enable "matugen"; + color_theme = lib.optionalString config.beeMods.matugen.enable "noctalia"; theme_background = false; truecolor = true; vim_keys = true; |
