MyNixOS website logo
option

programs.bat.extraPackages

Extra bat scripts to be added to the system configuration.

Declarations
Type
list of package
Default
[ ]
Example
with pkgs.bat-extras; [
  batdiff
  batman
  prettybat
];