games: added grapejuice for roblox

This commit is contained in:
Serĉanto de Scio 2021-09-28 11:29:27 +10:00
parent ee0103f1b4
commit 05eacf4c76
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -2,6 +2,12 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
let
sources = import ../nix/sources.nix;
unstable = import sources.nixpkgsUnstable {};
in
{ {
nixpkgs.config = { nixpkgs.config = {
@ -19,6 +25,7 @@
freeciv # Multiplayer (or single player), turn-based strategy game freeciv # Multiplayer (or single player), turn-based strategy game
freedroidrpg # Isometric 3D RPG similar to game Diablo freedroidrpg # Isometric 3D RPG similar to game Diablo
gcompris # Educational software suite, kids aged 2 to 10 gcompris # Educational software suite, kids aged 2 to 10
unstable.grapejuice # Simple Wine+Roblox management tool
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