Skip to content

Commit

Permalink
tools/yazi: fix glow colors
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Sep 26, 2024
1 parent 8a3550a commit 028cfc2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/home/programs/terminal/tools/yazi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ in
glow
];

# Dumb workaround for no color with latest glow
# https://github.com/Reledia/glow.yazi/issues/7
home.sessionVariables = {
"CLICOLOR_FORCE" = 1;
};

programs.yazi = {
enable = true;
package = pkgs.yazi;
Expand Down

0 comments on commit 028cfc2

Please sign in to comment.