forked from fabian/nix
		
	fix terminal config
This commit is contained in:
		
							parent
							
								
									1565c00bf8
								
							
						
					
					
						commit
						85dfcfdb72
					
				
					 1 changed files with 19 additions and 22 deletions
				
			
		|  | @ -7,8 +7,6 @@ | ||||||
| with lib; let | with lib; let | ||||||
|   cfg = config.local.apps.terminal; |   cfg = config.local.apps.terminal; | ||||||
| in { | in { | ||||||
|   options.local.apps.terminal.enable = mkEnableOption "Terminal emulator settings"; |  | ||||||
|   config.programs = mkIf cfg.enable { |  | ||||||
|   kitty = { |   kitty = { | ||||||
|     enable = true; |     enable = true; | ||||||
|     extraConfig = import ./kitty.conf.nix; |     extraConfig = import ./kitty.conf.nix; | ||||||
|  | @ -31,5 +29,4 @@ in { | ||||||
|       set -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,} %H:%M %d-%b-%y" |       set -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,} %H:%M %d-%b-%y" | ||||||
|     ''; |     ''; | ||||||
|   }; |   }; | ||||||
|   }; |  | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue