From ea89aa2ce3c912b2e3fac91b862b8e318a238887 Mon Sep 17 00:00:00 2001 From: Odweta Date: Mon, 19 Jan 2026 17:13:15 +0100 Subject: [PATCH] update env-vars for dark theme --- modules/core/env-vars.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core/env-vars.nix b/modules/core/env-vars.nix index 619f762..b5dbc9b 100644 --- a/modules/core/env-vars.nix +++ b/modules/core/env-vars.nix @@ -3,5 +3,6 @@ { environment.variables = { EDITOR = "vim"; + ADW_DEBUG_COLOR_SCHEME = "prefer-dark"; }; }