summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-04-05 15:15:40 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-04-05 15:15:40 -0600
commit9e1534000eb3ea9f993e33e1ba12a933c029cf34 (patch)
tree38a707b8d8388aec02c82a856c710d574debd41f
parentd8d6ccb53b36d4389900c4c3c9d54ef3bf922277 (diff)
fix path for bat theme
-rw-r--r--modules/home-manager/bat.nix2
1 files changed, 1 insertions, 1 deletions
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";
};
};
}