diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-05 15:15:40 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-05 15:15:40 -0600 |
| commit | 9e1534000eb3ea9f993e33e1ba12a933c029cf34 (patch) | |
| tree | 38a707b8d8388aec02c82a856c710d574debd41f /modules | |
| parent | d8d6ccb53b36d4389900c4c3c9d54ef3bf922277 (diff) | |
fix path for bat theme
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home-manager/bat.nix | 2 |
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"; }; }; } |
