Customise bat theme options
This commit is contained in:
parent
917f7a5691
commit
8a408f880c
|
@ -25,7 +25,10 @@
|
|||
bash.enable = true;
|
||||
bat = {
|
||||
enable = true;
|
||||
config.theme = "catppuccinMocha";
|
||||
config = {
|
||||
theme = "catppuccinMocha";
|
||||
style = "plain,numbers,changes";
|
||||
};
|
||||
};
|
||||
eza = {
|
||||
enable = true;
|
||||
|
|
Reference in a new issue