Create shell alias for open-tv flatpak, move shell alias for ryujinx.

This commit is contained in:
jay
2025-07-25 07:27:49 -04:00
parent 4eb1da9227
commit 2957c442ac
3 changed files with 8 additions and 1 deletions

View File

@@ -13,5 +13,9 @@
services.flatpak.packages = [
"io.github.ryubing.Ryujinx"
];
environment.shellAliases = {
ryujinx = "flatpak run io.github.ryubing.Ryujinx";
};
}