From 9070d7d32b3d4317e95b6b92f98fee850c1f116d Mon Sep 17 00:00:00 2001 From: Aguirre Matteo Date: Sun, 5 Oct 2025 14:57:12 -0300 Subject: [PATCH] news: add am2rlauncher entry --- modules/misc/news/2025/10/2025-10-05_14-55-44.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 modules/misc/news/2025/10/2025-10-05_14-55-44.nix diff --git a/modules/misc/news/2025/10/2025-10-05_14-55-44.nix b/modules/misc/news/2025/10/2025-10-05_14-55-44.nix new file mode 100644 index 000000000..1b0cb23fe --- /dev/null +++ b/modules/misc/news/2025/10/2025-10-05_14-55-44.nix @@ -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). + ''; +}