System/home-manager/modules/programs/games.nix
2025-01-14 15:08:54 -05:00

15 lines
150 B
Nix

{
config,
lib,
pkgs,
inputs',
...
}: {
home.packages = with pkgs; [
# Minecraft
prismlauncher
zulu
glfw3-minecraft
];
}