add minecraft launcher with home-manager

This commit is contained in:
2025-02-16 14:54:59 +01:00
parent 9bfa956ebe
commit ca5bdf68a9
2 changed files with 8 additions and 0 deletions

7
home/minecraft.nix Normal file
View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = [
pkgs.hmcl
pkgs.openjdk21
];
}

View File

@@ -6,5 +6,6 @@
../../home/dev.nix ../../home/dev.nix
../../home/dotfiles.nix ../../home/dotfiles.nix
../../home/helix.nix ../../home/helix.nix
../../home/minecraft.nix
]; ];
} }