config.nix/modules/gaming/default.nix

14 lines
114 B
Nix

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