From 5de43bb3740eef3f040da93eea1fe08c9bc26263 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 11 May 2022 10:40:49 +0900 Subject: Update lab config --- nix/games.nix | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'nix/games.nix') diff --git a/nix/games.nix b/nix/games.nix index 0ef6905..2921486 100644 --- a/nix/games.nix +++ b/nix/games.nix @@ -1,17 +1,21 @@ { config, pkgs, ... }: -{ +let + overgrowth = pkgs.callPackage ./overgrowth.nix { + aux-data = "/home/sea/Games/Overgrowth"; + }; +in { environment.systemPackages = with pkgs; [ - hedgewars scorched3d teeworlds # _20kly strategy + scorched3d zeroad # hedgewars _20kly strategy astromenace chromium-bsu # scrolling - azimuth cdogs-sdl taisei # shmup + taisei # shmup bastet moon-buggy n2048 # text - blackshades redeclipse xonotic-glx # fps - blobwars openclonk superTux # platformer + blackshades xonotic-glx # fps + blobwars superTux teeworlds # platformer bonzomatic # engine extremetuxracer gl117 gltron superTuxKart # vehicle flare freedroidrpg hyperrogue # slash frozen-bubble pinball xbill # coffeebreak - orthorobot # neverball puzzle + neverball # puzzle ]; } -- cgit 1.4.1