trivionomicon/nixos/default.nix
Fabian Montero 4ae664d0a8
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 19:57:02 -06:00

11 lines
75 B
Nix

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