blob: 430ec1a6ae821f87d706dd797d20d7af10fc5bd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# This file is overwritten after every install/update
# Persistent local customizations
include nexus-the-jupiter-incident.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.local/share/wineprefixes/Nexus
whitelist ${HOME}/.local/share/wineprefixes/Nexus
seccomp !name_to_handle_at
ignore memory-deny-write-execute
include generic-wine-game.inc
|