12 lines
126 B
Nix
12 lines
126 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.bat = {
|
|
enable = true;
|
|
config = {
|
|
paging = "never";
|
|
style = "plain";
|
|
};
|
|
};
|
|
}
|