programs.bat.settings

NixOS option

Parameters to be written to the system-wide bat configuration file.

type: attribute set of (atom (null, bool, int, float or string) or a list of them for duplicate keys)
Default
{ }
Example
{
  italic-text = "always";
  map-syntax = [
    "*.ino:C++"
    ".ignore:Git Ignore"
  ];
  pager = "less --RAW-CONTROL-CHARS --quit-if-one-screen --mouse";
  paging = "never";
  theme = "TwoDark";
}
declared in: nixos/modules/programs/bat.nixView source on NixOS/nixpkgs →