11 lines
209 B
Nix
11 lines
209 B
Nix
{...}: {
|
|
programs.bat = {
|
|
enable = true;
|
|
config = {
|
|
map-syntax = ["*.ino:C++"];
|
|
theme = "Solarized (dark)";
|
|
style = "numbers,changes,header-filename,header-filesize";
|
|
};
|
|
};
|
|
}
|