nix-conf/home/user/davinci.nix
2025-01-15 01:39:22 +08:00

6 lines
75 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
davinci-resolve
];
}