initial setup
This commit is contained in:
		
							
								
								
									
										12
									
								
								root/base/shell/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								root/base/shell/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
# ZSH global settings. No HM needed.
 | 
			
		||||
{ pkgs,  ... }:
 | 
			
		||||
{
 | 
			
		||||
  programs.zsh.enable = true;
 | 
			
		||||
  programs.zsh.enableCompletion = true;
 | 
			
		||||
  programs.zsh.syntaxHighlighting.enable = true;
 | 
			
		||||
  programs.zsh.autosuggestions.enable = true;
 | 
			
		||||
  programs.zsh.autosuggestions.async = true;
 | 
			
		||||
  programs.zsh.ohMyZsh.enable = true;
 | 
			
		||||
  programs.zsh.ohMyZsh.theme = "agnoster";
 | 
			
		||||
  users.defaultUserShell = pkgs.zsh;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user