mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	configuration.nix: disable assistant plugins in maximal mode
They require subscriptions to work as intended. If a user has a subscription, they may enable it explicitly.
This commit is contained in:
		
					parent
					
						
							
								64c7e428de
							
						
					
				
			
			
				commit
				
					
						29f55e258a
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -227,9 +227,9 @@ inputs: let | ||||||
|       }; |       }; | ||||||
| 
 | 
 | ||||||
|       assistant = { |       assistant = { | ||||||
|         chatgpt.enable = isMaximal; |         chatgpt.enable = false; | ||||||
|         copilot = { |         copilot = { | ||||||
|           enable = isMaximal; |           enable = false; | ||||||
|           cmp.enable = isMaximal; |           cmp.enable = isMaximal; | ||||||
|         }; |         }; | ||||||
|       }; |       }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue