snowflake/home/programs/terminal/bat.nix
2024-04-23 14:52:56 -04:00

11 lines
192 B
Nix

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