Add personalized Half-Life nix-derivation

This commit is contained in:
Jimbo 2024-08-27 14:08:39 -04:00
parent 2552eefc61
commit 13e01134f6
3 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
home.packages = with pkgs; [
xash3d
hlsdk
];
}