bat: use gruvbox-dark theme

This commit is contained in:
John Bowdre 2024-12-04 22:49:31 -06:00
parent d25de95fe8
commit a250c6f376
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo
2 changed files with 7 additions and 1 deletions

View file

@ -13,7 +13,6 @@
home.packages = with pkgs; [
apg # Automatic password generator
babelfish # Lets fish speak bash
bat # Better cat
btop # Prettier top
cbonsai # Happy little trees
dig # DNS lookup

View file

@ -20,5 +20,12 @@
};
fzf.enable = true;
bat = {
enable = true;
config = {
theme = "gruvbox-dark";
};
};
};
}