From ad6cff3fbc38e24debad2c433f341e34bb07bb63 Mon Sep 17 00:00:00 2001 From: michaelBelsanti Date: Mon, 15 Apr 2024 00:27:19 -0400 Subject: [PATCH] fix(home-manager): add file for yazi syntax highlighting --- modules/home-manager/yazi.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/yazi.nix b/modules/home-manager/yazi.nix index 245a5975..82aafe22 100644 --- a/modules/home-manager/yazi.nix +++ b/modules/home-manager/yazi.nix @@ -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"; }; }