7 lines
74 B
Nix
7 lines
74 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
xash3d
|
|
hlsdk
|
|
];
|
|
}
|