about summary refs log tree commit diff
path: root/nix/games.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-04-08 11:06:59 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-04-08 11:06:59 +0900
commit959e1ef417451b878a56cc46fffb53bc7ded1a58 (patch)
tree3fb3524e5e40bbfcd705cca57167850f7cc9230b /nix/games.nix
parent931b1872b2f54334e3a35b05c591492cf998847d (diff)
downloaddotfiles-959e1ef417451b878a56cc46fffb53bc7ded1a58.tar.gz
Snapshot for lab install
Diffstat (limited to 'nix/games.nix')
-rw-r--r--nix/games.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/nix/games.nix b/nix/games.nix
index 958a3df..0ef6905 100644
--- a/nix/games.nix
+++ b/nix/games.nix
@@ -2,16 +2,16 @@
 
 {
   environment.systemPackages = with pkgs; [
-    _20kly hedgewars globulation2 scorched3d teeworlds # strategy
+    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 sienna superTux # platformer
+    blobwars openclonk superTux # platformer
     bonzomatic # engine
     extremetuxracer gl117 gltron superTuxKart # vehicle
     flare freedroidrpg hyperrogue # slash
-    frozen-bubble gnujump gtetrinet pinball xbill # coffeebreak
-    neverball orthorobot # puzzle
+    frozen-bubble pinball xbill # coffeebreak
+    orthorobot # neverball puzzle
   ];
 }