Compare commits

..

2 Commits

Author SHA1 Message Date
jay
2957c442ac Create shell alias for open-tv flatpak, move shell alias for ryujinx. 2025-07-25 07:27:49 -04:00
jay
4eb1da9227 Flake update. 2025-07-25 07:27:24 -04:00
4 changed files with 20 additions and 13 deletions

24
flake.lock generated
View File

@@ -401,11 +401,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1753367463, "lastModified": 1753435745,
"narHash": "sha256-57dj9Yg+R+70TEjQ2Zd1ytbo+6Tgzd6vBcUWcMDXHWU=", "narHash": "sha256-DcwYM03dorV47ILK9WNF7tmOPQxbEOvPUFPL44yS+SE=",
"owner": "fufexan", "owner": "fufexan",
"repo": "nix-gaming", "repo": "nix-gaming",
"rev": "f459134cf7b4f4f890736063a7cde1cf3b9fb7e6", "rev": "a73e77822e6e21c9275b484ae4c00e56cb689aec",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -571,11 +571,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1753151930, "lastModified": 1753399495,
"narHash": "sha256-XSQy6wRKHhRe//iVY5lS/ZpI/Jn6crWI8fQzl647wCg=", "narHash": "sha256-7XG/QBqhrYOyA2houjRTL2NMa7IKZZ/somBqr+Q/6Wo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "83e677f31c84212343f4cc553bab85c2efcad60a", "rev": "0d00f23f023b7215b3f1035adb5247c8ec180dbc",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -587,11 +587,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1753151930, "lastModified": 1753399495,
"narHash": "sha256-XSQy6wRKHhRe//iVY5lS/ZpI/Jn6crWI8fQzl647wCg=", "narHash": "sha256-7XG/QBqhrYOyA2houjRTL2NMa7IKZZ/somBqr+Q/6Wo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "83e677f31c84212343f4cc553bab85c2efcad60a", "rev": "0d00f23f023b7215b3f1035adb5247c8ec180dbc",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -885,11 +885,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1753374305, "lastModified": 1753417538,
"narHash": "sha256-z+NsaMTaEbt+ZyDoPF9WQOtHrDnBPeFrvzmXIXXljoo=", "narHash": "sha256-Z/MbHMjvHoC57sQS43/oLwzEQebT5ST8MRU8Zcb5428=",
"owner": "0xc000022070", "owner": "0xc000022070",
"repo": "zen-browser-flake", "repo": "zen-browser-flake",
"rev": "6b8585d94444d6f13e59524e7f8e5d27016e92ac", "rev": "d04bdc75b3d203b951ce00cbb6a7ab410ab110c6",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

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

View File

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

View File

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