add steam module

sadly this has to be a system package until we find a non shitty way of
installing in through hm
This commit is contained in:
Fabian Montero 2025-01-27 19:57:02 -06:00
parent 6d0c611eae
commit 0473f830f6
Signed by untrusted user: fabian
GPG key ID: 1FFAC35E1798174F
3 changed files with 75 additions and 1 deletions

View file

@ -1 +1,10 @@
{}
{
config,
lib,
pkgs,
...
}: {
imports = [
./trash
];
}