Add minecraft
This commit is contained in:
parent
e928ecd667
commit
9b150da119
2 changed files with 15 additions and 0 deletions
14
home-manager/modules/programs/games.nix
Normal file
14
home-manager/modules/programs/games.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs',
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
# Minecraft
|
||||
prismlauncher
|
||||
zulu
|
||||
glfw3-minecraft
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue