Fabian Montero
0473f830f6
sadly this has to be a system package until we find a non shitty way of installing in through hm
11 lines
71 B
Nix
11 lines
71 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./steam
|
|
];
|
|
}
|