NixOS-Config/modules/home/programs/misc/gaming/games/default.nix

5 lines
60 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [ xash3d ];
}