diff --git a/modules/home/bat/default.nix b/modules/home/bat/default.nix index b15aaa5..60a5aca 100644 --- a/modules/home/bat/default.nix +++ b/modules/home/bat/default.nix @@ -8,7 +8,9 @@ }; themes = { # https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme - Catppuccin-mocha = builtins.readFile "${inputs.catppuccin-bat}/Catppuccin-mocha.tmTheme"; + Catppuccin-mocha = { + file = builtins.readFile "${inputs.catppuccin-bat}/Catppuccin-mocha.tmTheme"; + }; }; }; } \ No newline at end of file