Merge branch 'main' of https://git.cyperpunk.de/DerGrumpf/nix-config
This commit is contained in:
		@@ -144,7 +144,6 @@ in
 | 
				
			|||||||
        exec-once = [
 | 
					        exec-once = [
 | 
				
			||||||
            "waybar &"
 | 
					            "waybar &"
 | 
				
			||||||
            "hyprpaper &"
 | 
					            "hyprpaper &"
 | 
				
			||||||
            "firefox"
 | 
					 | 
				
			||||||
        ];
 | 
					        ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # Keybindings
 | 
					        # Keybindings
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,7 +3,7 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    programs.obs-studio = {
 | 
					    programs.obs-studio = {
 | 
				
			||||||
        enable = true;
 | 
					        enable = true;
 | 
				
			||||||
        enableVirtualCamera = true;
 | 
					        #enableVirtualCamera = true;
 | 
				
			||||||
        plugins = with pkgs.obs-studio-plugins; [
 | 
					        plugins = with pkgs.obs-studio-plugins; [
 | 
				
			||||||
            wlrobs
 | 
					            wlrobs
 | 
				
			||||||
            obs-vkcapture
 | 
					            obs-vkcapture
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user