From f30a5824a5529e68e8278a1371acdd71a22ef03d Mon Sep 17 00:00:00 2001 From: Bun Date: Fri, 16 May 2025 04:46:30 -0400 Subject: [PATCH] Change Steam to symlink as recommended by the impermanence git --- modules/home/programs/misc/gaming/launchers/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/home/programs/misc/gaming/launchers/default.nix b/modules/home/programs/misc/gaming/launchers/default.nix index a803d168..259f0d2f 100644 --- a/modules/home/programs/misc/gaming/launchers/default.nix +++ b/modules/home/programs/misc/gaming/launchers/default.nix @@ -13,7 +13,10 @@ directories = [ "games/${removePrefix "${homeDirectory}/" configHome}/heroic" "games/${removePrefix "${homeDirectory}/" dataHome}/PrismLauncher" - "games/${removePrefix "${homeDirectory}/" dataHome}/Steam" + { + directory = "games/${removePrefix "${homeDirectory}/" dataHome}/Steam"; + method = "symlink"; + } ]; files = [ "games/.steam/registry.vdf" ]; };