diff --git a/modules/home/bat/default.nix b/modules/home/bat/default.nix index 60a5aca..930a9b1 100644 --- a/modules/home/bat/default.nix +++ b/modules/home/bat/default.nix @@ -7,9 +7,10 @@ theme = "Catppuccin-mocha"; }; themes = { + src = inputs.catppuccin-bat; # https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme Catppuccin-mocha = { - file = builtins.readFile "${inputs.catppuccin-bat}/Catppuccin-mocha.tmTheme"; + file = "Catppuccin-mocha.tmTheme"; }; }; };