1

Home/Nixinator: Allow PrismLauncher to access /tmp

This commit is contained in:
2025-11-12 19:57:46 +01:00
parent 3f69658e49
commit 67e4951f7d

View File

@ -219,6 +219,12 @@
];
overrides = {
"org.prismlauncher.PrismLauncher".Context = {
filesystems = [
"/tmp"
];
};
"com.valvesoftware.Steam".Context = {
filesystems = [
"${config.home.homeDirectory}/Games"