Joey Hafner b763bfb8ee Big Update:
- Switch Zen browser from flatpak to 0xc000022070's flake.
- Add ffmpeg scripts for transcoding and uploading video.
- Add ffmpeg-full package.
- Delete workaround for nixGL with OBS-studio.
2024-12-07 00:39:36 -08:00

12 lines
206 B
Nix

{ pkgs, pkgs-unstable, ... }: {
programs.obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
obs-vaapi
obs-vkcapture
input-overlay
wlrobs
];
};
}