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, ...}: { {tree, ...}: {
imports = with tree.profiles.home-manager; [ imports = with tree.profiles.home-manager.gaming; [
gaming.steam steam
gaming.lutris lutris
gaming.arrpc arrpc
minecraft
]; ];
} }

View file

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