fish: fix pass completion
This commit is contained in:
		
							parent
							
								
									44c5fbace4
								
							
						
					
					
						commit
						da7a3084c7
					
				
					 2 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -78,6 +78,10 @@ in {
 | 
				
			||||||
        recursive = true;
 | 
					        recursive = true;
 | 
				
			||||||
        source = ./completions;
 | 
					        source = ./completions;
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
 | 
					      "fish/conf.d/" = {
 | 
				
			||||||
 | 
					        recursive = true;
 | 
				
			||||||
 | 
					        source = ./conf.d;
 | 
				
			||||||
 | 
					      };
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    # programs.command-not-found.enable = true;
 | 
					    # programs.command-not-found.enable = true;
 | 
				
			||||||
    programs.nix-index.enable = true;
 | 
					    programs.nix-index.enable = true;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue