mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 02:52:37 +00:00 
			
		
		
		
	feat: run the config through deadnix
This commit is contained in:
		
					parent
					
						
							
								655c193540
							
						
					
				
			
			
				commit
				
					
						d8b52451dd
					
				
			
		
					 98 changed files with 45 additions and 253 deletions
				
			
		|  | @ -1,18 +1,10 @@ | |||
| { | ||||
|   pkgs, | ||||
|   config, | ||||
|   lib, | ||||
|   ... | ||||
| }: | ||||
| with builtins; | ||||
| with lib; let | ||||
|   cfg = config.vim.dashboard.startify; | ||||
| 
 | ||||
|   mkVimBool = val: | ||||
|     if val | ||||
|     then "1" | ||||
|     else "0"; | ||||
| in { | ||||
| with lib; { | ||||
|   options.vim.dashboard.startify = { | ||||
|     enable = mkEnableOption "Enable startify"; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 NotAShelf
				NotAShelf