diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-05 15:18:53 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-05 15:18:53 -0600 |
| commit | 09392a15df8dad0fdf9049749918af94f1206c0f (patch) | |
| tree | 8d25e75e7e7d0a6ae8be34ab76f1093a93e3cb89 /modules/home-manager | |
| parent | 9e1534000eb3ea9f993e33e1ba12a933c029cf34 (diff) | |
| parent | 82a1220a1d603e6f0beab8622da9ae23a882d719 (diff) | |
merge fix
Diffstat (limited to 'modules/home-manager')
| -rw-r--r-- | modules/home-manager/bat.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/home-manager/bat.nix b/modules/home-manager/bat.nix index 978235c..13e8e6d 100644 --- a/modules/home-manager/bat.nix +++ b/modules/home-manager/bat.nix @@ -4,10 +4,10 @@ enable = true; config = { pager = "less -FR"; - theme = "catppuccin-mocha"; - }; - themes = { - catppuccin-mocha = builtins.readFile "${inputs.catppuccin-bat}/themes/Catppuccin mocha.tmTheme"; + # theme = "catppuccin-mocha"; }; + # themes = { + # catppuccin-mocha = builtins.readFile "${inputs.catppuccin-bat}/themes/Catppuccin Mocha.tmTheme"; + # }; }; } |
