feat: use zsh to spawn davinci (for some reason this makes it work)

This commit is contained in:
Guz
2025-08-07 19:18:10 -03:00
parent 6a6fa0b3df
commit cab9badf18

View File

@@ -85,6 +85,15 @@
untrack
]);
xdg.desktopEntries."davinci-resolve-zsh" = rec {
name = "Davinci Resolve (Zsh)";
genericName = name;
mimeType = ["application/x-resolveproj"];
# INFO: For some reason this works and removes the "Unsupported GPU" error
exec = "${lib.getExe config.programs.zsh.package} -c ${lib.getExe pkgs.davinci-resolve}";
};
# TODO: Remove this
programs.distrobox.enable = true;
programs.distrobox.containers = {
"davincibox" = {