Fix steam's folder perm

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-08-14 23:25:07 +02:00
parent 56341489e8
commit a7684e2ee4
2 changed files with 1 additions and 4 deletions
+1
View File
@@ -55,6 +55,7 @@
".local/share" ".local/share"
".local/state" ".local/state"
".cache" ".cache"
".steam"
"Notes" "Notes"
"Projects" "Projects"
"Documents" "Documents"
-4
View File
@@ -18,10 +18,6 @@
STEAM_EXTRA_COMPAT_TOOLS_PATHS = "/home/${config.var.username}/.steam/root/compatibilitytools.d"; 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; programs.gamemode.enable = true;
} }
# Example of recommanded launch options for your games in Steam : # Example of recommanded launch options for your games in Steam :