fix: ensure truecolor COLORTERM

This commit is contained in:
Gabriel Fontes
2025-01-10 09:29:58 -03:00
parent 5e4a588282
commit 189db6be17
+1
View File
@@ -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;