Files
dotfiles/nixos/tako/services/games/default.nix
uttarayan21 2347c002d8
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
feat: Remove the game servers
2025-12-05 01:44:05 +05:30

8 lines
98 B
Nix

{...}: {
imports = [
# ./minecraft.nix
# ./satisfactory.nix
# ./terraria.nix
];
}