home(minecraft): add jdk8 package

This commit is contained in:
514fpv 2024-01-07 13:57:59 +08:00
parent 3e66ef6bc3
commit 6e8082d2c2
Signed by: koishi
SSH key fingerprint: SHA256:VkIdW3jUIiqecV2WNAje2fGU5lEhN0XZ58DN0NS4pv0

View file

@ -2,5 +2,8 @@
, lib
, config
, ... }: with lib; mkIf config.passthrough.minecraft.enable {
home.packages = with pkgs; [ prismlauncher ];
home.packages = with pkgs; [
prismlauncher
jdk8
];
}