feat: add davinci resolve studio

This commit is contained in:
DACHXY 2025-01-15 01:39:22 +08:00
parent 984bc4c5d8
commit ceaf56eddc
2 changed files with 7 additions and 0 deletions

6
home/user/davinci.nix Normal file
View file

@ -0,0 +1,6 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
davinci-resolve
];
}

View file

@ -62,6 +62,7 @@ in
users."${username}" = {
imports = [
../../../home
../../../home/user/davinci.nix
];
};
};