add minecraft clients
This commit is contained in:
parent
b64d4f2da2
commit
d331a6af5f
|
@ -1,7 +1,8 @@
|
||||||
{tree, ...}: {
|
{tree, ...}: {
|
||||||
imports = with tree.profiles.home-manager; [
|
imports = with tree.profiles.home-manager.gaming; [
|
||||||
gaming.steam
|
steam
|
||||||
gaming.lutris
|
lutris
|
||||||
gaming.arrpc
|
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