Home/Nixinator: Allow PrismLauncher to access /tmp
This commit is contained in:
@ -219,6 +219,12 @@
|
||||
];
|
||||
|
||||
overrides = {
|
||||
"org.prismlauncher.PrismLauncher".Context = {
|
||||
filesystems = [
|
||||
"/tmp"
|
||||
];
|
||||
};
|
||||
|
||||
"com.valvesoftware.Steam".Context = {
|
||||
filesystems = [
|
||||
"${config.home.homeDirectory}/Games"
|
||||
|
||||
Reference in New Issue
Block a user