From cab9badf18bb076b1cc6d45fe3ac6337d5b615e8 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Thu, 7 Aug 2025 19:18:10 -0300 Subject: [PATCH] feat: use zsh to spawn davinci (for some reason this makes it work) --- home/guz/apps.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/home/guz/apps.nix b/home/guz/apps.nix index c465aae..4e631b7 100644 --- a/home/guz/apps.nix +++ b/home/guz/apps.nix @@ -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" = {