9 lines
148 B
Nix
9 lines
148 B
Nix
{pkgs, ...}: {
|
|
environment.systemPackages = with pkgs; [
|
|
blender
|
|
davinci-resolve
|
|
shotcut
|
|
glaxnimate
|
|
kdePackages.kdenlive
|
|
]
|
|
} |