{ pkgs, ... }: { xdg.configFile."obs-studio/themes".source = ./themes; programs.obs-studio = { enable = true; plugins = with pkgs.obs-studio-plugins; [ wlrobs obs-vkcapture obs-backgroundremoval obs-pipewire-audio-capture obs-gstreamer input-overlay ]; }; }