14 lines
154 B
Nix
14 lines
154 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
...
|
|
}: {
|
|
home.packages = with pkgs; [
|
|
xonotic
|
|
# armagetron
|
|
freeciv
|
|
mindustry
|
|
openra
|
|
];
|
|
}
|