From 189db6be173c744bf8dfdb3c8f86c5f985bf3250 Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Fri, 10 Jan 2025 09:29:48 -0300 Subject: [PATCH] fix: ensure truecolor COLORTERM --- home/gabriel/features/helix/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/gabriel/features/helix/default.nix b/home/gabriel/features/helix/default.nix index 7c42f118..b951d2eb 100644 --- a/home/gabriel/features/helix/default.nix +++ b/home/gabriel/features/helix/default.nix @@ -3,6 +3,7 @@ hash = builtins.hashString "md5" (builtins.toJSON colorscheme.colors); in { home.sessionVariables.EDITOR = "hx"; + home.sessionVariables.COLORTERM = "truecolor"; programs.helix = { enable = true;