add minecraft launcher with home-manager
This commit is contained in:
parent
9bfa956ebe
commit
ca5bdf68a9
2 changed files with 8 additions and 0 deletions
7
home/minecraft.nix
Normal file
7
home/minecraft.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.hmcl
|
||||
pkgs.openjdk21
|
||||
];
|
||||
}
|
||||
|
|
@ -6,5 +6,6 @@
|
|||
../../home/dev.nix
|
||||
../../home/dotfiles.nix
|
||||
../../home/helix.nix
|
||||
../../home/minecraft.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue