Add Minecraft clients lunar-client and hmcl.
To play with my kids! But really, I never got lunar-client working, but I did eventually get hmcl working on Hypixel, and that's what really counts.
This commit is contained in:
parent
a2264e840d
commit
b34b0dea3c
|
@ -120,7 +120,7 @@
|
||||||
programs.neovim.defaultEditor = true;
|
programs.neovim.defaultEditor = true;
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
"spotify"
|
"lunar-client" "spotify"
|
||||||
];
|
];
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
|
@ -137,7 +137,9 @@
|
||||||
gimp-with-plugins
|
gimp-with-plugins
|
||||||
git
|
git
|
||||||
gnumake
|
gnumake
|
||||||
|
hmcl
|
||||||
keychain
|
keychain
|
||||||
|
lunar-client
|
||||||
mosh
|
mosh
|
||||||
mumble
|
mumble
|
||||||
neovim
|
neovim
|
||||||
|
|
Loading…
Reference in New Issue