trivionomicon/nixos/trash/default.nix
Fabian Montero 0e83a72c83
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-28 12:36:43 -06:00

11 lines
71 B
Nix

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