This commit is contained in:
shobu
2025-09-18 08:28:44 +02:00
commit 265e09d77a
35 changed files with 2532 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{pkgs, ...}:
{
imports = [
./halflife.nix
];
environment.systemPackages = [ pkgs.steamcmd ];
}

View File

@@ -0,0 +1,2 @@
{...}: {}