Skip to content

Commit

Permalink
Switch to openjdk
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwitt committed Mar 1, 2024
1 parent 8da900c commit 7c8fd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/common/home-manager/languages/plantuml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in
{
options.languages.plantuml.enable = mkEnableOption "PlantUML language environment";
config = mkIf cfg.enable {
home.packages = with pkgs; [ adoptopenjdk-bin plantuml ];
home.packages = with pkgs; [ openjdk plantuml ];

programs.emacs.init.usePackage = {

Expand Down

0 comments on commit 7c8fd9e

Please sign in to comment.