mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 07:59:40 +00:00
9 lines
95 B
Nix
9 lines
95 B
Nix
{
|
|
programs.bat = {
|
|
enable = true;
|
|
config = {
|
|
pager = "less -FR";
|
|
};
|
|
};
|
|
}
|