mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
news: add am2rlauncher entry
This commit is contained in:
parent
87570dbc43
commit
9070d7d32b
1 changed files with 13 additions and 0 deletions
13
modules/misc/news/2025/10/2025-10-05_14-55-44.nix
Normal file
13
modules/misc/news/2025/10/2025-10-05_14-55-44.nix
Normal 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).
|
||||||
|
'';
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue