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
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue