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