forked from jan-leila/nix-config
		
	updated firefox config for leyla home manager
This commit is contained in:
		
							parent
							
								
									24e6512059
								
							
						
					
					
						commit
						a821b1ab16
					
				
					 1 changed files with 80 additions and 77 deletions
				
			
		|  | @ -37,13 +37,13 @@ | ||||||
|           }; |           }; | ||||||
|           "NixOS Wiki" = { |           "NixOS Wiki" = { | ||||||
|             urls = [{template = "https://nixos.wiki/index.php?search={searchTerms}";}]; |             urls = [{template = "https://nixos.wiki/index.php?search={searchTerms}";}]; | ||||||
|             iconUpdateURL = "https://nixos.wiki/favicon.png"; |             icon = "https://nixos.wiki/favicon.png"; | ||||||
|             updateInterval = 24 * 60 * 60 * 1000; # every day |             updateInterval = 24 * 60 * 60 * 1000; # every day | ||||||
|             definedAliases = ["@nw"]; |             definedAliases = ["@nw"]; | ||||||
|           }; |           }; | ||||||
|           "Searx" = { |           "Searx" = { | ||||||
|             urls = [{template = "https://search.jan-leila.com/?q={searchTerms}";}]; |             urls = [{template = "https://search.jan-leila.com/?q={searchTerms}";}]; | ||||||
|             iconUpdateURL = "https://nixos.wiki/favicon.png"; |             icon = "https://nixos.wiki/favicon.png"; | ||||||
|             updateInterval = 24 * 60 * 60 * 1000; # every day |             updateInterval = 24 * 60 * 60 * 1000; # every day | ||||||
|             definedAliases = ["@searx"]; |             definedAliases = ["@searx"]; | ||||||
|           }; |           }; | ||||||
|  | @ -258,81 +258,84 @@ | ||||||
|         "toolkit.telemetry.updatePing.enabled" = false; |         "toolkit.telemetry.updatePing.enabled" = false; | ||||||
|       }; |       }; | ||||||
| 
 | 
 | ||||||
|       bookmarks = [ |       bookmarks = { | ||||||
|         { |         force = true; | ||||||
|           name = "Media"; |         settings = [ | ||||||
|           url = "https://media.jan-leila.com/"; |           { | ||||||
|           keyword = ""; |             name = "Media"; | ||||||
|           tags = [""]; |             url = "https://media.jan-leila.com/"; | ||||||
|         } |             keyword = ""; | ||||||
|         { |             tags = [""]; | ||||||
|           name = "Photos"; |           } | ||||||
|           url = "https://photos.jan-leila.com"; |           { | ||||||
|           keyword = ""; |             name = "Photos"; | ||||||
|           tags = [""]; |             url = "https://photos.jan-leila.com"; | ||||||
|         } |             keyword = ""; | ||||||
|         { |             tags = [""]; | ||||||
|           name = "Git"; |           } | ||||||
|           url = "https://git.jan-leila.com/"; |           { | ||||||
|           keyword = ""; |             name = "Git"; | ||||||
|           tags = [""]; |             url = "https://git.jan-leila.com/"; | ||||||
|         } |             keyword = ""; | ||||||
|         { |             tags = [""]; | ||||||
|           name = "Home Automation"; |           } | ||||||
|           url = "https://home.jan-leila.com/"; |           { | ||||||
|           keyword = ""; |             name = "Home Automation"; | ||||||
|           tags = [""]; |             url = "https://home.jan-leila.com/"; | ||||||
|         } |             keyword = ""; | ||||||
|         { |             tags = [""]; | ||||||
|           name = "Mail"; |           } | ||||||
|           url = "https://mail.protonmail.com"; |           { | ||||||
|           keyword = ""; |             name = "Mail"; | ||||||
|           tags = [""]; |             url = "https://mail.protonmail.com"; | ||||||
|         } |             keyword = ""; | ||||||
|         { |             tags = [""]; | ||||||
|           name = "Open Street Map"; |           } | ||||||
|           url = "https://www.openstreetmap.org/"; |           { | ||||||
|           keyword = ""; |             name = "Open Street Map"; | ||||||
|           tags = [""]; |             url = "https://www.openstreetmap.org/"; | ||||||
|         } |             keyword = ""; | ||||||
|         { |             tags = [""]; | ||||||
|           name = "Password Manager"; |           } | ||||||
|           url = "https://vault.bitwarden.com/"; |           { | ||||||
|           keyword = ""; |             name = "Password Manager"; | ||||||
|           tags = [""]; |             url = "https://vault.bitwarden.com/"; | ||||||
|         } |             keyword = ""; | ||||||
|         { |             tags = [""]; | ||||||
|           name = "Mastodon"; |           } | ||||||
|           url = "https://mspsocial.net"; |           { | ||||||
|           keyword = ""; |             name = "Mastodon"; | ||||||
|           tags = [""]; |             url = "https://mspsocial.net"; | ||||||
|         } |             keyword = ""; | ||||||
|         { |             tags = [""]; | ||||||
|           name = "Linked In"; |           } | ||||||
|           url = "https://www.linkedin.com/"; |           { | ||||||
|           keyword = ""; |             name = "Linked In"; | ||||||
|           tags = [""]; |             url = "https://www.linkedin.com/"; | ||||||
|         } |             keyword = ""; | ||||||
|         { |             tags = [""]; | ||||||
|           name = "Job Search"; |           } | ||||||
|           url = "https://www.jobsinnetwork.com/?state=cleaned_history&language%5B%5D=en&query=react&locations.countryCode%5B%5D=IT&locations.countryCode%5B%5D=DE&locations.countryCode%5B%5D=NL&experience%5B%5D=medior&experience%5B%5D=junior&page=1"; |           { | ||||||
|           keyword = ""; |             name = "Job Search"; | ||||||
|           tags = [""]; |             url = "https://www.jobsinnetwork.com/?state=cleaned_history&language%5B%5D=en&query=react&locations.countryCode%5B%5D=IT&locations.countryCode%5B%5D=DE&locations.countryCode%5B%5D=NL&experience%5B%5D=medior&experience%5B%5D=junior&page=1"; | ||||||
|         } |             keyword = ""; | ||||||
|         { |             tags = [""]; | ||||||
|           name = "React Docs"; |           } | ||||||
|           url = "https://react.dev/"; |           { | ||||||
|           keyword = ""; |             name = "React Docs"; | ||||||
|           tags = [""]; |             url = "https://react.dev/"; | ||||||
|         } |             keyword = ""; | ||||||
|         # Template |             tags = [""]; | ||||||
|         # { |           } | ||||||
|         #   name = ""; |           # Template | ||||||
|         #   url = ""; |           # { | ||||||
|         #   keyword = ""; |           #   name = ""; | ||||||
|         #   tags = [""]; |           #   url = ""; | ||||||
|         # } |           #   keyword = ""; | ||||||
|       ]; |           #   tags = [""]; | ||||||
|  |           # } | ||||||
|  |         ]; | ||||||
|  |       }; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue