Skip to content

Commit 858350e

Browse files
committed
davinci resolve
1 parent e3fc92b commit 858350e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{ pkgs, ... }:
2+
3+
{
4+
home.packages = [
5+
pkgs.davinci-resolve
6+
];
7+
8+
xdg.desktopEntries = {
9+
"davinci-custom" = {
10+
name = "Davinci Resolve (Fix)";
11+
genericName = "Video Editor";
12+
comment = "Davinci Resolve with a launch fixes";
13+
exec = "env ROC_ENABLE_PRE_VEGA=1 env RUSTICL_ENABLE=amdgpu,amdgpu-pro,radv,radeon env DRI_PRIME=1 env QT_QPA_PLATFORM=xcb davinci-resolve";
14+
icon = "davinci-resolve";
15+
};
16+
};
17+
}

0 commit comments

Comments
 (0)