sandbox: Give Steam and Lutris more access
This commit is contained in:
parent
1925169852
commit
0b01d1b6f7
@ -39,7 +39,11 @@ in {
|
|||||||
name = "steam-wrapped";
|
name = "steam-wrapped";
|
||||||
binary = "${prev.steam}/bin/steam";
|
binary = "${prev.steam}/bin/steam";
|
||||||
launchScriptName = "steam";
|
launchScriptName = "steam";
|
||||||
mountInHome = [ ".steam" ".local/share/Steam" ];
|
mountInHome = [
|
||||||
|
".steam"
|
||||||
|
".local/share/Steam"
|
||||||
|
"Downloads/Skyrim Mods"
|
||||||
|
];
|
||||||
additionalBlacklist = [ "/mnt" ];
|
additionalBlacklist = [ "/mnt" ];
|
||||||
additionalMounts = [ "/mnt/Storage/Games/SteamLibrary" ];
|
additionalMounts = [ "/mnt/Storage/Games/SteamLibrary" ];
|
||||||
chdirTo = "/home/$USER";
|
chdirTo = "/home/$USER";
|
||||||
@ -79,7 +83,9 @@ in {
|
|||||||
launchScriptName = "lutris";
|
launchScriptName = "lutris";
|
||||||
binary = "${prev.lutris-free}/bin/lutris";
|
binary = "${prev.lutris-free}/bin/lutris";
|
||||||
additionalBlacklist = [ "/mnt" ];
|
additionalBlacklist = [ "/mnt" ];
|
||||||
additionalMounts = [ "/mnt/Storage/Games/" ];
|
additionalMounts = [
|
||||||
|
"/mnt/Storage/Games/LeagueOfLegends"
|
||||||
|
];
|
||||||
mountInHome = [ ".local/share/lutris" ".config/lutris" "Games" ];
|
mountInHome = [ ".local/share/lutris" ".config/lutris" "Games" ];
|
||||||
chdirTo = "/home/$USER";
|
chdirTo = "/home/$USER";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user