tombi: move to modules/coding/langs/toml.nix

This commit is contained in:
2026-06-19 21:57:46 +08:00
parent 84485d9e8a
commit 02953206f7
3 changed files with 23 additions and 2 deletions
+1
View File
@@ -18,6 +18,7 @@ in
java.enable = true;
qml.enable = true;
typst.enable = true;
toml.enable = true;
};
};
}