about summary refs log tree commit diff
path: root/nix/games.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/games.nix')
-rw-r--r--nix/games.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/nix/games.nix b/nix/games.nix
index d441078..63e3ccf 100644
--- a/nix/games.nix
+++ b/nix/games.nix
@@ -6,8 +6,7 @@
     astromenace chromium-bsu # scrolling
     azimuth cdogs-sdl taisei # shmup
     bastet moon-buggy n2048 # text
-    # blackshades redeclipse warsow xonotic-glx # fps
-    redeclipse xonotic-glx
+    blackshades redeclipse xonotic-glx
     blobwars openclonk sienna superTux # platformer
     bonzomatic love # engine
     extremetuxracer gl117 gltron superTuxKart # vehicle
@@ -17,6 +16,6 @@
     (steam.override {
       nativeOnly = true;
       extraPkgs = pkgs: [ SDL2_net ];
-    }).run gnome.gtk # launcher
+    }).run # launcher
   ];
 }