nix/home/program/bash/module/Steam.nix

9 lines
155 B
Nix
Raw Normal View History

2024-04-06 03:03:58 +03:00
{ ... }: {
text = ''
# Start Steam with Wayland screen share for Link to work.
function steam_link() {
steam -pipewire -pipewire-dmabuf
}
'';
}