test this shit

This commit is contained in:
Osman Faruk Bayram 2025-11-30 17:52:44 +03:00
parent e822bc73b5
commit 337e3767c3

View file

@ -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";
})
]; ];
} }