test this shit
This commit is contained in:
parent
e822bc73b5
commit
337e3767c3
1 changed files with 5 additions and 0 deletions
|
|
@ -14,5 +14,10 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Raspberry Pi 5 specific: Use OpenGL to avoid Vulkan memory issues
|
||||||
|
(lib.mkIf (nixosConfig != null && nixosConfig.networking.hostName == "pochita") {
|
||||||
|
programs.mpv.config.gpu-api = "opengl";
|
||||||
|
})
|
||||||
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue