Rename fake modules to modules-old
This commit is contained in:
		
							parent
							
								
									82a2d7bbea
								
							
						
					
					
						commit
						97db5d05d3
					
				
					 28 changed files with 13 additions and 13 deletions
				
			
		
							
								
								
									
										56
									
								
								nixos/modules-old/apps/firefox/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										56
									
								
								nixos/modules-old/apps/firefox/default.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,56 @@ | |||
| { inputs, lib, config, pkgs, ... }: | ||||
| 
 | ||||
| { | ||||
|   home-manager.users.tdpeuter.programs.firefox = { | ||||
|     enable = true; | ||||
|     package = pkgs.firefox.override { | ||||
|       cfg = { | ||||
|         enableTridactylNative = true; | ||||
|         speechSynthesisSupport = true; # Allow Text-to-speech in e.g. Discord | ||||
|       }; | ||||
|       extraPolicies = { | ||||
|         DisableFirefoxStudies = true; | ||||
|         DisablePocket = true; | ||||
|         DisableTelemetry = true; | ||||
|         ExtensionSettings = {}; | ||||
|         OfferToSaveLogins = false; | ||||
|       }; | ||||
|     }; | ||||
|     profiles.tdpeuter = { | ||||
|       search = { | ||||
|         default = "DuckDuckGo"; | ||||
|         force = true; | ||||
|         engines = { | ||||
|           "Bing".metaData.hidden = true; | ||||
|           "eBay".metaData.hidden = true; | ||||
| 
 | ||||
|           "Nix Packages" = { | ||||
|             urls = [{ | ||||
|               template = "https://search.nixos.org/packages"; | ||||
|               params = [ | ||||
|                 { name = "type"; value = "packages"; } | ||||
|                 { name = "query"; value = "{searchTerms}"; } | ||||
|               ]; | ||||
|             }]; | ||||
| 
 | ||||
|             icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg"; | ||||
|             definedAliases = [ "@np" ]; | ||||
|           }; | ||||
|           "GitHub" = { | ||||
|             urls = [{ | ||||
|               template = "https://github.com/search"; | ||||
|               params = [ | ||||
|                 { name = "q"; value = "{searchTerms}"; } | ||||
|                 { name = "type"; value = "repositories"; } | ||||
|               ]; | ||||
|             }]; | ||||
| 
 | ||||
|             icon = "${pkgs.icosystem}/share/icons/icosystem/scalable/apps/github-mark.svg"; | ||||
|             definedAliases = [ "@gh" ]; | ||||
|           }; | ||||
|         }; | ||||
|       }; | ||||
|     }; | ||||
|   }; | ||||
| } | ||||
|              | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue