mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-11-03 20:22: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 = {
 | 
			
		||||
        lib = {
 | 
			
		||||
          inherit (lib) nvim neovimConfiguration;
 | 
			
		||||
          inherit (lib) nvim;
 | 
			
		||||
          inherit (lib.nvim) neovimConfiguration;
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
        homeManagerModules = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue