System/home-manager/modules/programs/games.nix

15 lines
150 B
Nix
Raw Normal View History

2025-01-14 15:03:23 -05:00
{
config,
lib,
pkgs,
inputs',
...
}: {
home.packages = with pkgs; [
# Minecraft
prismlauncher
zulu
glfw3-minecraft
];
}