mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Readme: add Steam Deck instructions
This commit is contained in:
parent
fc0baa86b0
commit
e46fd37dec
1 changed files with 7 additions and 0 deletions
|
@ -144,6 +144,13 @@ flatpak install flathub io.github.NhekoReborn.Nheko
|
||||||
guix install nheko
|
guix install nheko
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Steam Deck
|
||||||
|
|
||||||
|
Install nheko via the `Discover` app in Desktop Mode (this installs the flatpak). To also make it work in Game Mode you'll have to add it as a "Non-Steam Game" to steam and than add the following `--env` variables to the `flatpak run` command. This is necessary for nheko to connect to KWallet correctly. The resulting arguments field in the steam settings should look something like this.
|
||||||
|
```
|
||||||
|
run --env=XDG_CURRENT_DESKTOP=KDE --env=KDE_SESSION_VERSION=5 --branch=stable --arch=x86_64 --command=io.github.NhekoReborn.Nheko --file-forwarding io.github.NhekoReborn.Nheko @@u @@
|
||||||
|
```
|
||||||
|
|
||||||
#### macOS (10.14 and above)
|
#### macOS (10.14 and above)
|
||||||
|
|
||||||
with [homebrew](https://brew.sh/):
|
with [homebrew](https://brew.sh/):
|
||||||
|
|
Loading…
Reference in a new issue