Customise bat theme options
This commit is contained in:
parent
917f7a5691
commit
8a408f880c
|
@ -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;
|
||||||
|
|
Reference in a new issue