diff options
Diffstat (limited to 'common/programs/btop.nix')
| -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 6d30609..a030e3d 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 "noctalia"; + color_theme = lib.optionalString config.beeMods.matugen.enable "matugen"; theme_background = false; truecolor = true; vim_keys = true; |
