diff --git a/profiles/games-kids.nix b/profiles/games-kids.nix index a683ed4..3013503 100644 --- a/profiles/games-kids.nix +++ b/profiles/games-kids.nix @@ -3,6 +3,14 @@ { config, pkgs, ... }: { + + nixpkgs.config = { + allowUnfree = true; + permittedInsecurePackages = [ + "minecraft" + ]; + }; + # Retro Gaming Packages environment.systemPackages = with pkgs; [ angband # A single-player roguelike dungeon exploration game @@ -14,8 +22,8 @@ jre # Required by Minecraft (via multimc) #lincity_ng # City building game meritous # Action-adventure dungeon crawl game + minecraft # Official launcher for Minecraft minetest # Infinite-world block sandbox game - multimc # Minecraft launcher nethack-x11 # Rogue-like game #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