home(minecraft): add jdk8 package
This commit is contained in:
parent
81a36885c4
commit
82b76c07f2
1 changed files with 4 additions and 1 deletions
|
@ -2,5 +2,8 @@
|
|||
, lib
|
||||
, config
|
||||
, ... }: with lib; mkIf config.passthrough.minecraft.enable {
|
||||
home.packages = with pkgs; [ prismlauncher ];
|
||||
home.packages = with pkgs; [
|
||||
prismlauncher
|
||||
jdk8
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue