feat: added minecraft server

This commit is contained in:
Nick 2025-11-17 22:56:40 -06:00
parent 2932b9f18d
commit 5e8b59c7ad
11 changed files with 441 additions and 231 deletions

View file

@ -0,0 +1,6 @@
{ flake, pkgs, ... }:
{
environment.systemPackages = [
flake.inputs.tuios.packages.${pkgs.system}.default
];
}