flatpak: Set override for Steam to have access to games directory

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2024-08-03 17:12:04 +03:00
parent 71acea9fd3
commit 072a5e511e
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D

View file

@ -42,5 +42,10 @@
];
services.flatpak.overrides = {
global.Context.filesystems = ["xdg-config/gtk-3.0"];
"com.valvesoftware.Steam".Context = {
filesystems = [
"/mnt/games:rw"
];
};
};
}