8 lines
70 B
Nix
8 lines
70 B
Nix
|
{ lib, config, ... }:
|
||
|
|
||
|
{
|
||
|
programs.bat = {
|
||
|
enable = true;
|
||
|
};
|
||
|
}
|