Files
nixos-configv3/modules/creative/default.nix
TheCrazyInsanity af861165e5 idk man
2025-12-18 14:26:37 -05:00

9 lines
151 B
Nix
Executable File

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
blender
# davinci-resolve
shotcut
glaxnimate
kdePackages.kdenlive
];
}