add minecraft clients
This commit is contained in:
parent
b64d4f2da2
commit
d331a6af5f
|
@ -1,7 +1,8 @@
|
|||
{tree, ...}: {
|
||||
imports = with tree.profiles.home-manager; [
|
||||
gaming.steam
|
||||
gaming.lutris
|
||||
gaming.arrpc
|
||||
imports = with tree.profiles.home-manager.gaming; [
|
||||
steam
|
||||
lutris
|
||||
arrpc
|
||||
minecraft
|
||||
];
|
||||
}
|
||||
|
|
10
profiles/home-manager/gaming/minecraft.nix
Normal file
10
profiles/home-manager/gaming/minecraft.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
prismlauncher
|
||||
|
||||
jdk8.jre
|
||||
#jdk11.jre
|
||||
#jdk21.jre
|
||||
jdk22
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue