Skip to content

nixcon/logo-video-overlay

Repository files navigation

Nixcon dynamic video overlay

Installing OBS & plugins with home-manager:

programs.obs-studio = {
  plugins = [ pkgs.obs-linuxbrowser ];
  enable = true;
};

Notes

Note: OBS exports with absolute paths, modify paths to source directory before importing into OBS