feat(apps,guz): use unstable davinci resolve

This commit is contained in:
Guz
2026-02-16 12:14:11 -03:00
parent 77954ae0e6
commit 0ae201bed4

View File

@@ -2,6 +2,7 @@
config,
lib,
pkgs,
pkgs-unstable,
self,
...
}: {
@@ -68,7 +69,7 @@
# Keyboard
vial
davinci-resolve
pkgs-unstable.davinci-resolve
blender
])
@@ -83,7 +84,7 @@
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}";
exec = "${lib.getExe config.programs.zsh.package} -c ${lib.getExe pkgs-unstable.davinci-resolve}";
};
services.easyeffects.enable = true;