NixOS-Config/home-manager/misc/xash3d.nix

7 lines
74 B
Nix

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