Files
ccl-nixos-dotfiles/modules/desktop/gaming/default.nix

9 lines
76 B
Nix

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