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

15 lines
150 B
Nix
Raw Permalink Normal View History

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