snowflake/home/programs/terminal/bat.nix

11 lines
192 B
Nix
Raw Normal View History

_: {
2024-04-23 14:52:56 -04:00
programs.bat = {
enable = true;
config = {
theme = "base16-stylix";
pager = "--RAW-CONTROL-CHARS --quit-if-one-screen --mouse";
style = "plain";
};
};
}