mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 02:52:37 +00:00 
			
		
		
		
	feat: disable useSystemClipboard by default
This commit is contained in:
		
					parent
					
						
							
								42b952dc1b
							
						
					
				
			
			
				commit
				
					
						391f18ce29
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -90,7 +90,7 @@ with builtins; { | |||
| 
 | ||||
|     useSystemClipboard = mkOption { | ||||
|       type = types.bool; | ||||
|       default = true; | ||||
|       default = false; | ||||
|       description = "Make use of the clipboard for default yank and paste operations. Don't use * and +"; | ||||
|     }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 jacekpoz
				jacekpoz