Customise bat theme options

This commit is contained in:
Evie Litherland-Smith 2024-05-29 07:13:46 +01:00
parent 917f7a5691
commit 8a408f880c

View file

@ -25,7 +25,10 @@
bash.enable = true;
bat = {
enable = true;
config.theme = "catppuccinMocha";
config = {
theme = "catppuccinMocha";
style = "plain,numbers,changes";
};
};
eza = {
enable = true;