diff --git a/modules/home/bat.nix b/modules/home/bat.nix index 7fed718..5af5d6a 100644 --- a/modules/home/bat.nix +++ b/modules/home/bat.nix @@ -6,7 +6,10 @@ theme = "Catpuccin Mocha"; }; themes = { - file = "${inputs.catppuccin-bat}/themes/Catppuccin Mocha.tmTheme"; + catppuccin-mocha = { + src = inputs.catppuccin-bat; + file = "/themes/Catppuccin Mocha.tmTheme"; + }; }; }; }