programs.bat.extraPackages

NixOS option

Extra bat scripts to be added to the system configuration.

type: list of package
Default
[ ]
Example
with pkgs.bat-extras; [
  batdiff
  batman
  prettybat
];
declared in: nixos/modules/programs/bat.nixView source on NixOS/nixpkgs →