minecraft: switched to the official launcher
This commit is contained in:
parent
abd640ce10
commit
38a4f8203c
|
@ -3,6 +3,14 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
nixpkgs.config = {
|
||||||
|
allowUnfree = true;
|
||||||
|
permittedInsecurePackages = [
|
||||||
|
"minecraft"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# Retro Gaming Packages
|
# Retro Gaming Packages
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
angband # A single-player roguelike dungeon exploration game
|
angband # A single-player roguelike dungeon exploration game
|
||||||
|
@ -14,8 +22,8 @@
|
||||||
jre # Required by Minecraft (via multimc)
|
jre # Required by Minecraft (via multimc)
|
||||||
#lincity_ng # City building game
|
#lincity_ng # City building game
|
||||||
meritous # Action-adventure dungeon crawl game
|
meritous # Action-adventure dungeon crawl game
|
||||||
|
minecraft # Official launcher for Minecraft
|
||||||
minetest # Infinite-world block sandbox game
|
minetest # Infinite-world block sandbox game
|
||||||
multimc # Minecraft launcher
|
|
||||||
nethack-x11 # Rogue-like game
|
nethack-x11 # Rogue-like game
|
||||||
#opendungeons # real time strategy game sharing game elements with the Dungeon Keeper series and Evil Genius
|
#opendungeons # real time strategy game sharing game elements with the Dungeon Keeper series and Evil Genius
|
||||||
pingus # A puzzle game with mechanics similar to Lemmings
|
pingus # A puzzle game with mechanics similar to Lemmings
|
||||||
|
|
Loading…
Reference in a new issue