nixos/modules/common/gaming/default.nix

6 lines
47 B
Nix

{ ... }:
{
imports = [
./steam.nix
]
}