nix/module/common/bash/module/App.sh

5 lines
94 B
Bash

# Start steam in Steam Link mode.
function steam_link() {
steam -pipewire -pipewire-dmabuf
}