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