|  |  | @ -42,6 +42,14 @@ in | 
			
		
	
		
		
			
				
					
					|  |  |  |     xclip         # manipulation du clipboard X depuis la console |  |  |  |     xclip         # manipulation du clipboard X depuis la console | 
			
		
	
		
		
			
				
					
					|  |  |  |   ]; |  |  |  |   ]; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |   # Polices supplémentaires | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |   fonts.fonts = with pkgs; mkIf profiles.isDesktop [ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     fira          # police créée pour Firefox | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     fira-code     # idem fira-mono + ligatures pour la programmation | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     fira-mono     # dérivée de fira en monospace | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     hack-font     # police monospace créée explicitement pour coder | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |   ]; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |   nixpkgs.config.packageOverrides = pkgs: { |  |  |  |   nixpkgs.config.packageOverrides = pkgs: { | 
			
		
	
		
		
			
				
					
					|  |  |  |     clawsMail = pkgs.clawsMail.override { enablePluginFancy = true; }; |  |  |  |     clawsMail = pkgs.clawsMail.override { enablePluginFancy = true; }; | 
			
		
	
		
		
			
				
					
					|  |  |  |     mumble = pkgs.mumble.override { pulseSupport = true; }; |  |  |  |     mumble = pkgs.mumble.override { pulseSupport = true; }; | 
			
		
	
	
		
		
			
				
					|  |  | 
 |