Add atuin and starship
This commit is contained in:
		
							parent
							
								
									a2473d5d3f
								
							
						
					
					
						commit
						d88162f75d
					
				| 
						 | 
				
			
			@ -0,0 +1,10 @@
 | 
			
		|||
{ config, pkgs, ...}:
 | 
			
		||||
{
 | 
			
		||||
  programs.atuin = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    enableZshIntegration = true;
 | 
			
		||||
    settings = {
 | 
			
		||||
      enter_accept = false;
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										2
									
								
								home.nix
								
								
								
								
							
							
						
						
									
										2
									
								
								home.nix
								
								
								
								
							| 
						 | 
				
			
			@ -6,6 +6,8 @@ in
 | 
			
		|||
      ./vim.nix
 | 
			
		||||
      ./git.nix
 | 
			
		||||
      ./zsh.nix
 | 
			
		||||
      ./atuin.nix
 | 
			
		||||
      ./starship.nix
 | 
			
		||||
      ./packages.nix
 | 
			
		||||
    ];
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -0,0 +1,7 @@
 | 
			
		|||
{ config, pkgs, ... }:
 | 
			
		||||
{
 | 
			
		||||
  programs.starship = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    enableZshIntegration = true;
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue