forked from jan-leila/nix-config
		
	added overlays to home manager
This commit is contained in:
		
							parent
							
								
									3fdee879c7
								
							
						
					
					
						commit
						11092d11b5
					
				
					 4 changed files with 1 additions and 38 deletions
				
			
		|  | @ -1,7 +1,2 @@ | ||||||
| {...}: { | {...}: { | ||||||
|   nixpkgs.overlays = [ |  | ||||||
|     ( |  | ||||||
|       self: super: import ../pkgs {pkgs = super;} |  | ||||||
|     ) |  | ||||||
|   ]; |  | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -1,18 +0,0 @@ | ||||||
| _: { |  | ||||||
|   # nixpkgs.overlays = [ |  | ||||||
|   #   (self: super: { |  | ||||||
|   #     # idea is too out of date for android gradle things |  | ||||||
|   #     jetbrains = { |  | ||||||
|   #       jdk = super.jdk17; |  | ||||||
|   #       idea-community = super.jetbrains.idea-community.overrideAttrs (oldAttrs: rec { |  | ||||||
|   #         version = "2023.3.3"; |  | ||||||
|   #         name = "idea-community-${version}"; |  | ||||||
|   #         src = super.fetchurl { |  | ||||||
|   #           sha256 = "sha256-3BI97Tx+3onnzT1NXkb62pa4dj9kjNDNvFt9biYgP9I="; |  | ||||||
|   #           url = "https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz"; |  | ||||||
|   #         }; |  | ||||||
|   #       }); |  | ||||||
|   #     }; |  | ||||||
|   #   }) |  | ||||||
|   # ]; |  | ||||||
| } |  | ||||||
|  | @ -1,14 +0,0 @@ | ||||||
| _: { |  | ||||||
|   # nixpkgs.overlays = [ |  | ||||||
|   #   (self: super: { |  | ||||||
|   #     # ui is broken on 1.84 |  | ||||||
|   #     vscodium = super.vscodium.overrideAttrs (oldAttrs: rec { |  | ||||||
|   #       version = "1.85.2.24019"; |  | ||||||
|   #       src = super.fetchurl { |  | ||||||
|   #         sha256 = "sha256-OBGFXOSN+Oq9uj/5O6tF0Kp7rxTY1AzNbhLK8G+EqVk="; |  | ||||||
|   #         url = "https://github.com/VSCodium/vscodium/releases/download/${version}/VSCodium-linux-x64-${version}.tar.gz"; |  | ||||||
|   #       }; |  | ||||||
|   #     }); |  | ||||||
|   #   }) |  | ||||||
|   # ]; |  | ||||||
| } |  | ||||||
|  | @ -54,7 +54,7 @@ in { | ||||||
|         inherit inputs util outputs osConfig; |         inherit inputs util outputs osConfig; | ||||||
|       }; |       }; | ||||||
|       modules = [ |       modules = [ | ||||||
|         # outputs.homeManagerModules.default |         ../overlays | ||||||
|         ../homes/${user} |         ../homes/${user} | ||||||
|       ]; |       ]; | ||||||
|     }; |     }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue