add(apps): minecraft

This commit is contained in:
kenji
2026-06-30 11:46:18 -05:00
parent b2cabe4c68
commit b67b0a035d
3 changed files with 8 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
mcpelauncher-client
];
}