language/docker: init

This commit is contained in:
Snoweuph 2026-02-27 20:53:32 +01:00
commit c6cdb87129
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
4 changed files with 162 additions and 0 deletions

View file

@ -74,6 +74,7 @@ isMaximal: {
};
toml.enable = isMaximal;
xml.enable = isMaximal;
docker.enable = isMaximal;
# Language modules that are not as common.
arduino.enable = false;