Add nix-output-monitor and unstable Clone Hero.
This commit is contained in:
		
							parent
							
								
									fc3b1999b5
								
							
						
					
					
						commit
						a577d1585e
					
				| 
						 | 
					@ -14,7 +14,6 @@
 | 
				
			||||||
      catppuccin-cursors
 | 
					      catppuccin-cursors
 | 
				
			||||||
      chromium
 | 
					      chromium
 | 
				
			||||||
      clang
 | 
					      clang
 | 
				
			||||||
      clonehero
 | 
					 | 
				
			||||||
      conky
 | 
					      conky
 | 
				
			||||||
      delta
 | 
					      delta
 | 
				
			||||||
      deno
 | 
					      deno
 | 
				
			||||||
| 
						 | 
					@ -52,6 +51,7 @@
 | 
				
			||||||
      mat2
 | 
					      mat2
 | 
				
			||||||
      mpv
 | 
					      mpv
 | 
				
			||||||
      nitrogen
 | 
					      nitrogen
 | 
				
			||||||
 | 
					      nix-output-monitor
 | 
				
			||||||
      nodejs
 | 
					      nodejs
 | 
				
			||||||
      nodePackages.pnpm
 | 
					      nodePackages.pnpm
 | 
				
			||||||
      numlockx
 | 
					      numlockx
 | 
				
			||||||
| 
						 | 
					@ -99,6 +99,13 @@
 | 
				
			||||||
      xfce.xfce4-whiskermenu-plugin
 | 
					      xfce.xfce4-whiskermenu-plugin
 | 
				
			||||||
      xorg.libXcursor
 | 
					      xorg.libXcursor
 | 
				
			||||||
      (callPackage ./samrewritten.nix { })
 | 
					      (callPackage ./samrewritten.nix { })
 | 
				
			||||||
 | 
					      (unstable.clonehero.overrideAttrs ({ postInstall ? "", ... }: {
 | 
				
			||||||
 | 
					        # Remove the built-in songs from Clone Hero.
 | 
				
			||||||
 | 
					        postInstall = postInstall + ''
 | 
				
			||||||
 | 
					          rm -rf "$out/share/clonehero/StreamingAssets/songs"
 | 
				
			||||||
 | 
					          mkdir "$out/share/clonehero/StreamingAssets/songs"
 | 
				
			||||||
 | 
					        '';
 | 
				
			||||||
 | 
					      }))
 | 
				
			||||||
      (wrapOBS {
 | 
					      (wrapOBS {
 | 
				
			||||||
        plugins = with obs-studio-plugins; [
 | 
					        plugins = with obs-studio-plugins; [
 | 
				
			||||||
          input-overlay
 | 
					          input-overlay
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in New Issue