7 lines
116 B
Nix
7 lines
116 B
Nix
# A cat clone with syntax highlighting and Git integration.
|
|
{ ... }:
|
|
{
|
|
programs.bat = {
|
|
enable = true;
|
|
};
|
|
}
|