Switched jdk package to avoid headless issue with AWT

This commit is contained in:
2025-04-25 03:07:54 -04:00
parent 19cb93f5be
commit 323dd2c148
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ with lib;
config = mkIf config.programs.nix-jmu-cs345.enable {
home.packages = with pkgs; [
jdk21_headless
jdk
eclipse-cs345
];
};

View File

@@ -16,7 +16,7 @@ with lib;
config = mkIf config.programs.nix-jmu-cs345.enable {
environment.systemPackages = with pkgs; [
jdk21_headless
jdk
eclipse-cs345
];
};