flake/gaming.nix

43 lines
798 B
Nix

# Gaming Packages
{ pkgs, ... }:
{
environment.systemPackages = with pkgs;
[
airshipper
#assaultcube
#alienarena
#cataclysm-dda
#factorio
#freeciv
#freenukum #Issues with screen size
gamemode
#gzdoom
#hedgewars
#heroic # Issues with authenticating, package out of date, using Flatpak
itch
#legendary-gl
#lutris # Issues with Origin installation, using Flatpak
#openttd
#redeclipse
retroarchFull
#sauerbraten
#scorched3d
shattered-pixel-dungeon
steam
#supertux
#supertuxkart
#tuxpaint
#warzone2100
#warsow
#wesnoth
#ufoai
#xonotic
#zdoom
#zeroad
#zero ballistics ??
#the dark mod ??
];
}