profiles/gaming: update games and add comments

This commit is contained in:
Gabriel Arazas 2023-07-05 11:42:46 +08:00
parent 5fbd39adfc
commit 245b19e663
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -56,20 +56,20 @@ in
}) })
# Despite the module being for gaming setup, no individual games are # Despite the module being for gaming setup, no individual games are
# installed. Also, all of the installed games are FOSS so far. At least, # installed.
# Stallman-senpai would be proud.
(lib.mkIf cfg.games.enable { (lib.mkIf cfg.games.enable {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
cataclysm-dda cataclysm-dda # Dwarf Fortress but in the future.
dwarf-fortress dwarf-fortress # Dwarf Fortress.
endless-sky endless-sky # Dwarf Fortress but in space and in the far future.
mindustry mindustry # Dwarf Fortress but with machineries.
minetest minetest # Dwarf Fortress but with voxels.
openra openra # Dwarf Fortress but with futuristic armed civilizations.
superTuxKart superTuxKart # Dwarf Fortress but with racing carts.
the-powder-toy starsector # Dwarf Fortress but in space and in the far future.
wesnoth the-powder-toy # Microscopic Dwarf Fortress.
zeroad wesnoth # Dwarf Fortress but with dwarves and fortresses.
zeroad # Dwarf Fortress but with ancient armed civilizations.
]; ];
}) })