From 59fe0e5b71e2f94dc54d6211d01fe426ace76380 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 5 Nov 2023 22:56:02 +0100 Subject: [PATCH] fix btop theme --- modules/home/btop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/btop/default.nix b/modules/home/btop/default.nix index 55d43c7..866dd9b 100644 --- a/modules/home/btop/default.nix +++ b/modules/home/btop/default.nix @@ -4,7 +4,7 @@ enable = true; settings = { - color_theme = "./dracula.theme"; + color_theme = "dracula"; theme_background = false; }; };