From faf3d256eaef68fb5af368fea0369086d384fa95 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sat, 24 Jan 2026 15:13:22 +0100 Subject: [PATCH] btop: Fix theme --- modules/home/programs/btop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/programs/btop.nix b/modules/home/programs/btop.nix index 488d5c2..40c0b40 100644 --- a/modules/home/programs/btop.nix +++ b/modules/home/programs/btop.nix @@ -5,7 +5,7 @@ config = lib.mkIf config.custom.programs.btop.enable { programs.btop = { enable = true; - settings.settings = + settings.color_theme = { dark = "adwaita-dark"; light = "adwaita";