Skip to content

Commit

Permalink
fix(home-manager): add file for yazi syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelBelsanti committed Apr 15, 2024
1 parent a771482 commit ad6cff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/home-manager/yazi.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ in

config = lib.mkIf enable {
programs.yazi.theme = lib.importTOML "${sources.yazi}/themes/${cfg.flavour}.toml";
xdg.configFile."yazi/Catppuccin-${cfg.flavour}.tmTheme".source = "${sources.bat}/themes/Catppuccin ${ctp.mkUpper cfg.flavour}.tmTheme";
};
}

0 comments on commit ad6cff3

Please sign in to comment.