mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
docs: steam
This commit is contained in:
@@ -2,8 +2,11 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
# https://wiki.archlinux.org/title/steam
|
# https://wiki.archlinux.org/title/steam
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
# steam will be installed into ~/.local/share/Steam
|
# Some location that should be persistent:
|
||||||
# the games will be installed into ~/.local/share/Steam/steamapps/common
|
# ~/.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;
|
enable = true;
|
||||||
|
|
||||||
# fix gamescope inside steam
|
# fix gamescope inside steam
|
||||||
|
|||||||
Reference in New Issue
Block a user