nix-config/home/programs/games.nix
2025-03-26 21:00:36 +01:00

21 lines
204 B
Nix

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