nix-dotfiles/hm_modules/blender.nix

3 lines
77 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs.unstable; [ blender ffmpeg ];
}