add minecraft clients

This commit is contained in:
chaos 2024-08-08 19:02:46 +01:00
parent b64d4f2da2
commit d331a6af5f
No known key found for this signature in database
2 changed files with 15 additions and 4 deletions

View file

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

View file

@ -0,0 +1,10 @@
{pkgs, ...}: {
home.packages = with pkgs; [
prismlauncher
jdk8.jre
#jdk11.jre
#jdk21.jre
jdk22
];
}