nix-config/home/programs/games.nix

21 lines
206 B
Nix

{
pkgs,
config,
username,
...
}: {
home.packages = with pkgs; [
# Launchers
steam
# itch
lutris
# Games
xonotic
# armagetron
freeciv
mindustry
openra
];
}