diff options
Diffstat (limited to 'home/bat.nix')
| -rw-r--r-- | home/bat.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/home/bat.nix b/home/bat.nix new file mode 100644 index 0000000..1df2f8b --- /dev/null +++ b/home/bat.nix @@ -0,0 +1,11 @@ +{ lib, ... }: + +{ + programs.bat = { + enable = true; + + config = { + theme = lib.mkForce "catppuccin-mocha"; + }; + }; +} |
