From a7684e2ee473fbfc91a3b815252361276e4acff2 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Fri, 14 Aug 2026 23:25:07 +0200 Subject: [PATCH] Fix steam's folder perm Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- hosts/laptop/home.nix | 1 + nixos/steam.nix | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) 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 :