gaming: install Minecraft Bedrock via nix-flatpak

Add the nix-flatpak flake input and wire its NixOS module into the gaming
module to declaratively install io.mrarm.mcpelauncher from Flathub. The
Flatpak build tracks the newer, pairip-protected Bedrock releases ahead of
the nixpkgs mcpelauncher package.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-31 10:27:10 +01:00
parent eed3db9f05
commit fc2c8b9cf8
3 changed files with 34 additions and 1 deletions

View File

@@ -48,6 +48,11 @@
url = "github:Gerg-L/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
# Declarative Flatpak app/remote management (extends services.flatpak). Used
# for the Minecraft Bedrock launcher, whose Flatpak build tracks newer,
# pairip-protected Bedrock releases ahead of the nixpkgs package.
nix-flatpak.url = "github:gmodena/nix-flatpak";
};
outputs = { nixpkgs, home-manager, ... }@inputs: {