trivionomicon/nixos/default.nix
Fabian Montero 29fa01d27b
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:40:32 -06:00

11 lines
71 B
Nix

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