Switched from p10k to starship
This commit is contained in:
		
							parent
							
								
									a816f12d4c
								
							
						
					
					
						commit
						16de7d225a
					
				
					 1 changed files with 6 additions and 10 deletions
				
			
		| 
						 | 
				
			
			@ -37,17 +37,13 @@ in {
 | 
			
		|||
          src = inputs.zsh-syntax-highlighting;
 | 
			
		||||
          file = "zsh-syntax-highlighting.zsh";
 | 
			
		||||
        }
 | 
			
		||||
        {
 | 
			
		||||
          name = "powerlevel10k";
 | 
			
		||||
          src = inputs.powerlevel10k;
 | 
			
		||||
          file = "powerlevel10k.zsh-theme";
 | 
			
		||||
        }
 | 
			
		||||
        {
 | 
			
		||||
          name = "powerlevel10k-config";
 | 
			
		||||
          src = lib.cleanSource ./.;
 | 
			
		||||
          file = "p10k.zsh";
 | 
			
		||||
        }
 | 
			
		||||
      ];
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    programs.starship = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      enableTransience = true;
 | 
			
		||||
      catppuccin.enable = true;
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue