parent
aeae84f66d
commit
5cb0b971cc
6 changed files with 29 additions and 4 deletions
homeManagerModules/neovim/langs/java
|
@ -10,7 +10,7 @@
|
|||
|
||||
javaSdk = pkgs.temurin-bin-21;
|
||||
in {
|
||||
config = mkIf cfg.enable {
|
||||
config = mkIf (cfg.enable && cfg.ideConfig.enableJava) {
|
||||
programs = {
|
||||
# We keep the packages here because java is a bit complicated
|
||||
java = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue