Changed: OBS
This commit is contained in:
		@@ -1,11 +1,14 @@
 | 
			
		||||
{ pkgs, ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
    # Install OBS Studio and any desired plugins
 | 
			
		||||
    home.packages = with pkgs; [
 | 
			
		||||
        obs-studio
 | 
			
		||||
        obs-studio-plugins.obs-vkcapture # For better Wayland capture (if you're on Wayland)
 | 
			
		||||
#        obs-studio-plugins.move-transition # Useful for scene transitions
 | 
			
		||||
    # Add other OBS plugins you might need here
 | 
			
		||||
    ];
 | 
			
		||||
    programs.obs-studio = {
 | 
			
		||||
        enable = true;
 | 
			
		||||
        enableVirtualCamera = true;
 | 
			
		||||
        plugins = with pkgs.obs-studio-plugins; [
 | 
			
		||||
            wlrobs
 | 
			
		||||
            obs-vkcapture
 | 
			
		||||
            obs-backgroundremoval
 | 
			
		||||
            obs-pipewire-audio-capture
 | 
			
		||||
        ];
 | 
			
		||||
    };
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user