Added: Games

This commit is contained in:
DerGrumpf 2025-03-26 21:00:36 +01:00
parent 2e5e7ab499
commit 0a5ede0ad7

View File

@ -4,7 +4,17 @@
username,
...
}: {
programs = {
xonotic.enable = true;
};
home.packages = with pkgs; [
# Launchers
steam
itch
lutris
# Games
xonotic
armagetron
freeciv
mindustry
openra
];
}