fix(wpcarro/diogenes): programs.fish.enable = true
Hopefully this installs the KBDs for fzf, which is already installed. Change-Id: Ice7555c45d38e2e07f9fb16d3ddfc5b971c93cf6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4593 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									c154e6689d
								
							
						
					
					
						commit
						f65126a041
					
				
					 1 changed files with 6 additions and 3 deletions
				
			
		| 
						 | 
					@ -50,11 +50,14 @@ in {
 | 
				
			||||||
    sudo.wheelNeedsPassword = false;
 | 
					    sudo.wheelNeedsPassword = false;
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  programs.ssh = {
 | 
					  programs = {
 | 
				
			||||||
    startAgent = true;
 | 
					    fish.enable = true;
 | 
				
			||||||
    extraConfig = ''
 | 
					    ssh = {
 | 
				
			||||||
 | 
					      startAgent = true;
 | 
				
			||||||
 | 
					      extraConfig = ''
 | 
				
			||||||
      AddKeysToAgent yes
 | 
					      AddKeysToAgent yes
 | 
				
			||||||
    '';
 | 
					    '';
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  environment.systemPackages = wpcarro.common.shell-utils;
 | 
					  environment.systemPackages = wpcarro.common.shell-utils;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue