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

@@ -2,5 +2,9 @@
services.flatpak.packages = [
"dev.fredol.open-tv"
];
environment.shellAliases = {
open-tv = "flatpak run dev.fredol.open-tv";
};
}