refactor: vesktop
This commit is contained in:
parent
4ce1b5aedf
commit
2feae7c8d9
6 changed files with 33 additions and 10 deletions
14
system/modules/davinci.nix
Normal file
14
system/modules/davinci.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
davinciResolve = pkgs.callPackage ../../pkgs/davinci-resolve { };
|
||||
in
|
||||
{
|
||||
environment.systemPackages = [
|
||||
davinciResolve
|
||||
];
|
||||
|
||||
hardware.graphics.extraPackages = with pkgs; [
|
||||
intel-compute-runtime
|
||||
rocmPackages.clr.icd
|
||||
];
|
||||
}
|
||||
|
|
@ -96,6 +96,7 @@
|
|||
libsForQt5.qt5.qtquickcontrols2
|
||||
libsForQt5.qt5.qtgraphicaleffects
|
||||
libsForQt5.qt5.qtsvg
|
||||
libsForQt5.qt5.qtwayland
|
||||
pkgs.gst_all_1.gst-libav
|
||||
pkgs.gst_all_1.gstreamer
|
||||
pkgs.gst_all_1.gst-plugins-good
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue