nixos/modules/common/gaming/default.nix

6 lines
48 B
Nix

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