about summary refs log tree commit diff
path: root/nix/games.nix
blob: 0ef6905a4b0894cdb5eb814c7163c6bad4efc76d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ config, pkgs, ... }:

{
  environment.systemPackages = with pkgs; [
    hedgewars scorched3d teeworlds # _20kly strategy
    astromenace chromium-bsu # scrolling
    azimuth cdogs-sdl taisei # shmup
    bastet moon-buggy n2048 # text
    blackshades redeclipse xonotic-glx # fps
    blobwars openclonk superTux # platformer
    bonzomatic # engine
    extremetuxracer gl117 gltron superTuxKart # vehicle
    flare freedroidrpg hyperrogue # slash
    frozen-bubble pinball xbill # coffeebreak
    orthorobot # neverball puzzle
  ];
}