mirror of
				https://github.com/Jokiller230/puzzlevision.git
				synced 2025-10-30 21:30:05 +00:00 
			
		
		
		
	remove old config
Signed-off-by: Jo <johannesreckers2006@gmail.com>
This commit is contained in:
		
							parent
							
								
									cd55cda8a4
								
							
						
					
					
						commit
						23635a9bda
					
				
					 32 changed files with 2 additions and 1146 deletions
				
			
		|  | @ -1,12 +0,0 @@ | |||
| # Custom packages, that can be defined similarly to ones from nixpkgs | ||||
| # You can build them using 'nix build .#example' | ||||
| pkgs: { | ||||
|   # example = pkgs.callPackage ./example { }; | ||||
|   themes = { | ||||
|     kde-gruvbox-colors = pkgs.callPackage ./themes/kde-gruvbox-colors.nix { }; | ||||
|   }; | ||||
| 
 | ||||
|   gnomeExtensions = { | ||||
|     rounded-window-corners = pkgs.callPackage ./gnomeExtensions/rounded-window-corners.nix { }; | ||||
|   }; | ||||
| } | ||||
|  | @ -1,26 +0,0 @@ | |||
| { stdenv, fetchFromGitHub, pkgs }: | ||||
| 
 | ||||
| stdenv.mkDerivation rec { | ||||
|   pname = "rounded-window-corners"; | ||||
|   version = "1.0.0"; | ||||
| 
 | ||||
|   src = fetchFromGitHub { | ||||
|     owner = "flexagoon"; | ||||
|     repo = pname; | ||||
|     rev = "61c326e3d6cba36fe3d07cf1c15e6c74d3f9abb1"; | ||||
|     sha256 = "sha256-jS6G9wSKSXAxNhCmuew6pTcYa1gTZqbfrcAZ0ky4vkc="; | ||||
|   }; | ||||
| 
 | ||||
|   buildInputs = with pkgs; [ nodejs_22 gettext just ]; | ||||
| 
 | ||||
|   installPhase = '' | ||||
|     runHook preInstall | ||||
| 
 | ||||
|     just install | ||||
| 
 | ||||
|     mkdir -p $out/share/gnome-shell/extensions | ||||
|     cp ~/.local/share/gnome-shell/extensions/rounded-window-corners@fxgn $out/share/gnome-shell/extensions/rounded-window-corners@fxgn | ||||
| 
 | ||||
|     runHook postInstall | ||||
|   ''; | ||||
| } | ||||
|  | @ -1,22 +0,0 @@ | |||
| { stdenv, fetchFromGitHub }: | ||||
| 
 | ||||
| stdenv.mkDerivation rec { | ||||
|   pname = "kde-gruvbox-colors"; | ||||
|   version = "1.0.0"; | ||||
| 
 | ||||
|   src = fetchFromGitHub { | ||||
|     owner = "jokiller230"; | ||||
|     repo = pname; | ||||
|     rev = "438a23c571e22c1bf416c229afac78ad64e81f17"; | ||||
|     sha256 = "sha256-5iRfWqqtv+ImDN96PuWaS3nuK8AHjfa4DGc8vCkLi4U="; | ||||
|   }; | ||||
| 
 | ||||
|   installPhase = '' | ||||
|     runHook preInstall | ||||
| 
 | ||||
|     mkdir -p $out/share | ||||
|     cp -R color-schemes konsole $out/share | ||||
| 
 | ||||
|     runHook postInstall | ||||
|   ''; | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue