trivionomicon/nixos/default.nix
Fabian Montero 6325f6266e
add steam module
sadly this has to be a system package until we find a non shitty way of
installing in through hm
2025-01-27 20:01:35 -06:00

11 lines
75 B
Nix

{
config,
lib,
pkgs,
...
}: {
imports = [
./steam.nix
];
}