diff --git a/hosts/neodymium/home/shell/bat.nix b/hosts/neodymium/home/shell/bat.nix index 729e5f5..2e84353 100644 --- a/hosts/neodymium/home/shell/bat.nix +++ b/hosts/neodymium/home/shell/bat.nix @@ -10,8 +10,10 @@ in { programs.bat = { enable = true; themes = { - catppuccin = - builtins.readFile "${catppuccin-bat}/Catppuccin-mocha.tmTheme"; + catppuccin = { + src = catppuccin-bat; + file = "Catppuccin-mocha.tmTheme"; + }; }; config.theme = "catppuccin"; extraPackages = with pkgs.bat-extras; [ batman ];