diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-03 15:03:10 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-03 15:03:10 -0600 |
| commit | 7275ade767b69b57d9ba0852f2fa200c5fe24ff1 (patch) | |
| tree | e53c653aa51da5ec198c07b217e75332338330a3 | |
| parent | 6a58e9b8eca40eb8e1086e91b104f1cf96ca2dba (diff) | |
| parent | ad7d7a2f562e3838b2c6b9bdca396354c22f2fa9 (diff) | |
Merge branch 'master' of ssh://bosco:/srv/git/.flake
| -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 c1cf880..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"; + # }; }; } |
