mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-24 02:11:29 +01:00
docs: steam
This commit is contained in:
@@ -2,8 +2,11 @@
|
||||
{pkgs, ...}: {
|
||||
# https://wiki.archlinux.org/title/steam
|
||||
programs.steam = {
|
||||
# steam will be installed into ~/.local/share/Steam
|
||||
# the games will be installed into ~/.local/share/Steam/steamapps/common
|
||||
# Some location that should be persistent:
|
||||
# ~/.local/share/Steam - The default Steam install location
|
||||
# ~/.local/share/Steam/steamapps/common - The default Game install location
|
||||
# ~/.steam/root - A symlink to ~/.local/share/Steam
|
||||
# ~/.steam - Some Symlinks & user info
|
||||
enable = true;
|
||||
|
||||
# fix gamescope inside steam
|
||||
|
||||
Reference in New Issue
Block a user