diff options
Diffstat (limited to 'nix/games.nix')
-rw-r--r-- | nix/games.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/nix/games.nix b/nix/games.nix index 74adf49..a146931 100644 --- a/nix/games.nix +++ b/nix/games.nix @@ -1,11 +1,11 @@ { config, pkgs, ... }: { environment.systemPackages = with pkgs; [ - scorched3d zeroad # hedgewars _20kly strategy + scorched3d zeroad # _20kly hedgewars strategy astromenace chromium-bsu # scrolling taisei # shmup - bastet moon-buggy n2048 # text - blackshades xonotic-glx # fps + bastet moon-buggy n2048 ttyper # text + blackshades openmw xonotic-glx # fps blobwars superTux teeworlds # platformer bonzomatic # engine extremetuxracer gl117 gltron superTuxKart # vehicle @@ -13,4 +13,5 @@ frozen-bubble pinball xbill # coffeebreak neverball # puzzle ]; + hardware.opengl.driSupport32Bit = true; } |