diff options
| author | schererleander <leander@schererleander.de> | 2025-09-11 09:49:40 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-09-11 09:49:40 +0200 |
| commit | 8def28313e8db71eb06ed0bc8726ed39df119d00 (patch) | |
| tree | bd390fe1e58dac44eb38453122ad36da19df29fc /hosts/lilith | |
| parent | 96d76839a99a705a8a8a02bce362dcf5ef7c605b (diff) | |
feat: add openjdk@11
Diffstat (limited to 'hosts/lilith')
| -rw-r--r-- | hosts/lilith/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/lilith/configuration.nix b/hosts/lilith/configuration.nix index b43278d..9f62546 100644 --- a/hosts/lilith/configuration.nix +++ b/hosts/lilith/configuration.nix @@ -31,6 +31,7 @@ enable = true; brews = [ "openjdk@21" + "openjdk@11" ]; casks = [ "obsidian" |
