1
0
Fork 0
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:
Ryan Cao 2023-08-02 16:13:05 +08:00
parent 66609c3fbe
commit 4dd8f4f550
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E

View file

@ -2,8 +2,8 @@
programs.bat = {
enable = true;
catppuccin.enable = true;
# config = {
# theme = "Catppuccin-frappe";
# };
config = {
style = "plain";
};
};
}