From fdd35b6bd5d3f9bdb69b66cd00d80bc1163b1aed Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 5 Nov 2023 22:50:56 +0100 Subject: [PATCH] fix btop theme --- modules/home/btop/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/btop/default.nix b/modules/home/btop/default.nix index c337cd9..55d43c7 100644 --- a/modules/home/btop/default.nix +++ b/modules/home/btop/default.nix @@ -4,8 +4,8 @@ enable = true; settings = { - color_theme = "./dracula.theme"; - theme_background = false; + color_theme = "./dracula.theme"; + theme_background = false; }; }; } \ No newline at end of file