nixos/modules/common/gaming/default.nix

7 lines
64 B
Nix

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