diff --git a/modules/home/programs/misc/gaming/launchers/default.nix b/modules/home/programs/misc/gaming/launchers/default.nix index 92c1e23b..2cc451d0 100644 --- a/modules/home/programs/misc/gaming/launchers/default.nix +++ b/modules/home/programs/misc/gaming/launchers/default.nix @@ -14,12 +14,15 @@ "games/${removePrefix "${homeDirectory}/" "Games"}" "games/${removePrefix "${homeDirectory}/" configHome}/heroic" "games/${removePrefix "${homeDirectory}/" dataHome}/PrismLauncher" + { + directory = "games/.steam"; + method = "symlink"; + } { directory = "games/${removePrefix "${homeDirectory}/" dataHome}/Steam"; method = "symlink"; } ]; - files = [ "games/.steam/registry.vdf" ]; }; }; diff --git a/modules/system/secrets/networks/default.nix b/modules/system/secrets/networks/default.nix index 69744caa..78d2b0bb 100644 Binary files a/modules/system/secrets/networks/default.nix and b/modules/system/secrets/networks/default.nix differ