summaryrefslogtreecommitdiff
path: root/common/programs/btop.nix
diff options
context:
space:
mode:
authorbee <beebeeb5k@gmail.com>2026-05-05 22:47:01 +0530
committerbee <beebeeb5k@gmail.com>2026-05-05 22:47:01 +0530
commitd550f99d5d1b89569ee512c2716e98e7dc3d81d3 (patch)
treec4bf1dc2b80a4cf1a17d690f5e568c2bf1154fad /common/programs/btop.nix
parentcd08309515bce3796777f4b20efffd379b9fabcc (diff)
important stuff
Diffstat (limited to 'common/programs/btop.nix')
-rw-r--r--common/programs/btop.nix2
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;