dotfiles

My PC Dotfiles & Website

video.nix (195B)


pkgs: {
  name = "Video";
  shellHook = ''echo "## Video Editing Shell ##"'';
  packages = with pkgs; [
    audacity
    blender
    ffmpeg
    handbrake
    mpv
    obs-studio
    yt-dlp
  ];
}