mirror of
				https://github.com/ItsDrike/nixdots
				synced 2025-10-31 02:06:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			278 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			278 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| # Implementation of tldr in rust
 | |
| {
 | |
|   programs = {
 | |
|     tealdeer = {
 | |
|       enable = true;
 | |
|       settings = {
 | |
|         display = {
 | |
|           compact = false;
 | |
|           use_pager = true;
 | |
|         };
 | |
|         updates = {
 | |
|           auto_update = false;
 | |
|         };
 | |
|       };
 | |
|     };
 | |
|   };
 | |
| }
 |