diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index a4d8564b..2839fc5c 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -55,6 +55,7 @@ ".local/share" ".local/state" ".cache" + ".steam" "Notes" "Projects" "Documents" diff --git a/nixos/steam.nix b/nixos/steam.nix index cc3df605..67f49033 100644 --- a/nixos/steam.nix +++ b/nixos/steam.nix @@ -18,10 +18,6 @@ STEAM_EXTRA_COMPAT_TOOLS_PATHS = "/home/${config.var.username}/.steam/root/compatibilitytools.d"; }; - environment.persistence."/persist".directories = [ - "/home/${config.var.username}/.steam" - ]; - programs.gamemode.enable = true; } # Example of recommanded launch options for your games in Steam :