home(minecraft): add jdk8 package

This commit is contained in:
514fpv 2024-01-07 13:57:59 +08:00
parent 81a36885c4
commit 82b76c07f2
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

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
];
}