home(minecraft): add jdk8 package
This commit is contained in:
parent
04264a5441
commit
066c58bda9
1 changed files with 4 additions and 1 deletions
|
@ -2,5 +2,8 @@
|
||||||
, lib
|
, lib
|
||||||
, config
|
, config
|
||||||
, ... }: with lib; mkIf config.passthrough.minecraft.enable {
|
, ... }: 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