mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat(bat): use plain style by default
This commit is contained in:
parent
66609c3fbe
commit
4dd8f4f550
1 changed files with 3 additions and 3 deletions
|
|
@ -2,8 +2,8 @@
|
||||||
programs.bat = {
|
programs.bat = {
|
||||||
enable = true;
|
enable = true;
|
||||||
catppuccin.enable = true;
|
catppuccin.enable = true;
|
||||||
# config = {
|
config = {
|
||||||
# theme = "Catppuccin-frappe";
|
style = "plain";
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue