mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-28 02:24:12 -05:00
fix: ensure truecolor COLORTERM
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user