12 lines
164 B
Nix
Executable File
12 lines
164 B
Nix
Executable File
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
blender
|
|
# davinci-resolve
|
|
shotcut
|
|
glaxnimate
|
|
kdePackages.kdenlive
|
|
krita
|
|
];
|
|
}
|