update homemanager settings
This commit is contained in:
		
							parent
							
								
									d9c99e9afa
								
							
						
					
					
						commit
						610ca8a67a
					
				
					 2 changed files with 14 additions and 3 deletions
				
			
		|  | @ -16,5 +16,19 @@ in { | |||
|     home.packages = with pkgs; [ | ||||
|       kitty | ||||
|     ]; | ||||
| 
 | ||||
|     programs.kitty = { | ||||
| 			    enable = true; | ||||
|     theme = "Tokyo Night"; | ||||
|     font = { | ||||
|       name = "Code New Roman"; | ||||
|       size = 15; | ||||
|     }; | ||||
|     shellIntegration.enableFishIntegration = true; | ||||
|     settings = { | ||||
|       "background_opacity" = "0.9"; | ||||
|       "shell" = "fish"; | ||||
|     }; | ||||
|     		}; | ||||
|   }; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 christoph.hollizeck
						christoph.hollizeck