feat: add davinci resolve studio
This commit is contained in:
parent
984bc4c5d8
commit
ceaf56eddc
2 changed files with 7 additions and 0 deletions
6
home/user/davinci.nix
Normal file
6
home/user/davinci.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
davinci-resolve
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
@ -62,6 +62,7 @@ in
|
||||||
users."${username}" = {
|
users."${username}" = {
|
||||||
imports = [
|
imports = [
|
||||||
../../../home
|
../../../home
|
||||||
|
../../../home/user/davinci.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue