MyNixOS website logo

Bat configuration.

Declarations
Type
attribute set of (string or list of string)
Default
{ }
Example
{
  map-syntax = [
    "*.jenkinsfile:Groovy"
    "*.props:Java Properties"
  ];
  pager = "less -FR";
  theme = "TwoDark";
}