mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-01 00:19:00 +00:00
profiles/gaming: update games and add comments
This commit is contained in:
parent
5fbd39adfc
commit
245b19e663
@ -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.
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user