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";
};
}

View File

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

View File

@@ -9,7 +9,6 @@
shellAliases = {
ls = "lsd -la";
ryujinx = "flatpak run io.github.ryubing.Ryujinx";
};
# Get plasma integration with browsers to work better.