Merge branch 'flake-parts'
This commit is contained in:
		
							parent
							
								
									b221fb4781
								
							
						
					
					
						commit
						1d70d4342e
					
				
					 2 changed files with 0 additions and 0 deletions
				
			
		
							
								
								
									
										18
									
								
								inputs/home/modules/console/shell/zsh/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								inputs/home/modules/console/shell/zsh/default.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,18 @@ | |||
| { lib, config, ... }: | ||||
| 
 | ||||
| let | ||||
|   inherit (lib) mkIf mkEnableOption; | ||||
|   cfg = config.homeModules.console.shell.zsh; | ||||
| in | ||||
| 
 | ||||
| { | ||||
|   options.homeModules.console.zsh.enable = mkEnableOption ""; | ||||
| 
 | ||||
|   config = mkIf cfg.enable { | ||||
|     programs.zsh = { | ||||
|       enable = true; | ||||
|       autocd = true; | ||||
|       dotDir = ".config/zsh"; | ||||
|     }; | ||||
|   }; | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue