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; bash.enable = true;
bat = { bat = {
enable = true; enable = true;
config.theme = "catppuccinMocha"; config = {
theme = "catppuccinMocha";
style = "plain,numbers,changes";
};
}; };
eza = { eza = {
enable = true; enable = true;