mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Attempting to force hw accel on kdenlive
This commit is contained in:
parent
c29cf237f7
commit
10a8cb21e5
4 changed files with 7 additions and 3 deletions
|
@ -95,6 +95,10 @@
|
|||
blockbench-electron
|
||||
obs-studio
|
||||
libsForQt5.kdenlive
|
||||
(pkgs.writeScriptBin "kdenlive-accel" ''
|
||||
#!/bin/sh
|
||||
DRI_PRIME=1 kdenlive "$1"
|
||||
'')
|
||||
movit
|
||||
mediainfo
|
||||
libmediainfo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue