nix-config/home/programs/games.nix

21 lines
204 B
Nix
Raw Normal View History

2025-03-26 16:16:42 +01:00
{
pkgs,
config,
username,
...
}: {
2025-03-26 21:00:36 +01:00
home.packages = with pkgs; [
# Launchers
steam
itch
lutris
# Games
xonotic
armagetron
freeciv
mindustry
openra
];
2025-03-26 16:16:42 +01:00
}