this post was submitted on 26 Jun 2023
114 points (100.0% liked)
Operating Systems
3799 readers
1 users here now
All things operating system related, from Windows to Mac to Linux distros and the more obscure.
Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I’ve been having a great time with games on NixOS. Steam just works when you enable it. I believe you can specify extra libraries for the filesystem hierarchy hackery, but I haven’t needed to yet. One thing you should know about (if you don’t already) is
steam-run
which is a simple command line tool that automatically wraps things in a normal FHS. Super convenient for the occasional binary :).Good to know, thanks! Do you find steam-run to be helpful even for non-steam binaries that need an FHS? Or do you use it mainly for games?
Yeah, exactly! For
steam
itself on NixOS you don't have to manually usesteam-run
, butsteam-run
is a handy little tool to wrap / run other commands with the FHS that NixOS sets up for steam. I've mostly used it to run a few Linux games that I have binaries for, but don't have on steam... I'm pretty sure I used it for another Linux program too, but I can't remember what right now.