diff --git a/modules/nixos/desktop/game/steam.nix b/modules/nixos/desktop/game/steam.nix index e41b485f..d16274ca 100644 --- a/modules/nixos/desktop/game/steam.nix +++ b/modules/nixos/desktop/game/steam.nix @@ -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