1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

news: add am2rlauncher entry

This commit is contained in:
Aguirre Matteo 2025-10-05 14:57:12 -03:00 committed by Austin Horstman
parent 87570dbc43
commit 9070d7d32b

View file

@ -0,0 +1,13 @@
{ pkgs, ... }:
{
time = "2025-10-05T17:55:44+00:00";
condition = pkgs.stdenv.hostPlatform.isLinux;
message = ''
A new module is available: `programs.am2rlauncher`
AM2RLauncher is a front-end application that simplifies installing the
latest AM2R-Community-Updates, creating APKs for Android use, as well as
Mods for AM2R. It supports Windows (x86/x64) as well as Linux (x64).
'';
}