From 9e1534000eb3ea9f993e33e1ba12a933c029cf34 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 5 Apr 2024 15:15:40 -0600 Subject: fix path for bat theme --- modules/home-manager/bat.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/bat.nix b/modules/home-manager/bat.nix index 3a06076..978235c 100644 --- a/modules/home-manager/bat.nix +++ b/modules/home-manager/bat.nix @@ -7,7 +7,7 @@ theme = "catppuccin-mocha"; }; themes = { - catppuccin-mocha = builtins.readFile "${inputs.catppuccin-bat}/Catppuccin-mocha.tmTheme"; + catppuccin-mocha = builtins.readFile "${inputs.catppuccin-bat}/themes/Catppuccin mocha.tmTheme"; }; }; } -- cgit v1.2.3