flatpak: Set override for Steam to have access to games
directory
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
71acea9fd3
commit
072a5e511e
1 changed files with 5 additions and 0 deletions
|
@ -42,5 +42,10 @@
|
||||||
];
|
];
|
||||||
services.flatpak.overrides = {
|
services.flatpak.overrides = {
|
||||||
global.Context.filesystems = ["xdg-config/gtk-3.0"];
|
global.Context.filesystems = ["xdg-config/gtk-3.0"];
|
||||||
|
"com.valvesoftware.Steam".Context = {
|
||||||
|
filesystems = [
|
||||||
|
"/mnt/games:rw"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue