mirror of
				https://github.com/materusPL/nixos-config
				synced 2025-10-31 12:40:26 +01:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
		
			288 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			288 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
|  | local wezterm_config = {}; | ||
|  | 
 | ||
|  | function materus_wezterm_config() | ||
|  |     local wezterm = require 'wezterm'; | ||
|  |     local cfg = wezterm.config_builder(); | ||
|  |     cfg.hide_tab_bar_if_only_one_tab = true; | ||
|  |     cfg.enable_scroll_bar = true; | ||
|  |     cfg.font = wezterm.font 'Hack Nerd Font'; | ||
|  |     return cfg; | ||
|  | end |