From c628c7abe444fe3b3378bac8625fd830d322603b Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Fri, 7 Aug 2026 18:39:49 +0800 Subject: [PATCH] coding: langs: disable java by default --- modules/coding/langs/all.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/coding/langs/all.nix b/modules/coding/langs/all.nix index 11c669a..c77892c 100644 --- a/modules/coding/langs/all.nix +++ b/modules/coding/langs/all.nix @@ -15,7 +15,7 @@ in python.enable = true; rust.enable = true; lua.enable = true; - java.enable = true; + java.enable = false; typst.enable = true; toml.enable = true; };