mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-11-04 04:32:21 +00:00 
			
		
		
		
	flake: fix neovimConfiguration in top-level lib (#345)
This commit is contained in:
		
					parent
					
						
							
								9c93e9a9c0
							
						
					
				
			
			
				commit
				
					
						cbff0e4715
					
				
			
		
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -25,7 +25,8 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      flake = {
 | 
					      flake = {
 | 
				
			||||||
        lib = {
 | 
					        lib = {
 | 
				
			||||||
          inherit (lib) nvim neovimConfiguration;
 | 
					          inherit (lib) nvim;
 | 
				
			||||||
 | 
					          inherit (lib.nvim) neovimConfiguration;
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        homeManagerModules = {
 | 
					        homeManagerModules = {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue