7 lines
125 B
Nix
7 lines
125 B
Nix
{...}: {
|
|
programs.bat = {
|
|
enable = true;
|
|
# extraPackages = with pkgs.bat-extras; [batman batgrep batwatch];
|
|
};
|
|
}
|