This commit is contained in:
Daylin Morgan 2024-03-21 12:23:16 -05:00
parent f69f2839da
commit 7b04cf6274
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -13,8 +13,10 @@ in {
oizys = { oizys = {
languages = [ languages = [
"nim" "nim"
"node" # for docker langservers
"python" "python"
]; ];
docker = enabled; docker = enabled;
backups = enabled; backups = enabled;
}; };