1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 16:10:45 +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 = { programs.bat = {
enable = true; enable = true;
catppuccin.enable = true; catppuccin.enable = true;
# config = { config = {
# theme = "Catppuccin-frappe"; style = "plain";
# }; };
}; };
} }