mirror of
				https://forge.katzen.cafe/schrottkatze/nix-configs.git
				synced 2025-10-30 17:17:58 +01:00 
			
		
		
		
	installed and ran alejandra as formatter
This commit is contained in:
		
					parent
					
						
							
								49452e89db
							
						
					
				
			
			
				commit
				
					
						8a1314b58f
					
				
			
		
					 47 changed files with 1362 additions and 1113 deletions
				
			
		|  | @ -1,6 +1,9 @@ | |||
| { config, lib, ... }: | ||||
| { | ||||
|   home-manager.users.jade = { pkgs, ... }: { | ||||
|   config, | ||||
|   lib, | ||||
|   ... | ||||
| }: { | ||||
|   home-manager.users.jade = {pkgs, ...}: { | ||||
|     home.file = { | ||||
|       zellij-forgot = { | ||||
|         target = ".config/zellij/plugins/zellij-forgot.wasm"; | ||||
|  | @ -16,17 +19,17 @@ | |||
|       settings = { | ||||
|         theme = "gruvbox-dark"; | ||||
|         themes.gruvbox-dark = { | ||||
|        		fg = "#d5c4a1"; | ||||
|        		bg = "#282828"; | ||||
|        		black = "#3C3836"; | ||||
|        		red = "#CC241D"; | ||||
|        		green = "#98971A"; | ||||
|        		yellow = "#D79921"; | ||||
|        		blue = "#3C8588"; | ||||
|        		magenta = "#B16286"; | ||||
|        		cyan = "#689D6A"; | ||||
|        		white = "#ebdbb2"; | ||||
|        		orange = "#D65D0E";           | ||||
|           fg = "#d5c4a1"; | ||||
|           bg = "#282828"; | ||||
|           black = "#3C3836"; | ||||
|           red = "#CC241D"; | ||||
|           green = "#98971A"; | ||||
|           yellow = "#D79921"; | ||||
|           blue = "#3C8588"; | ||||
|           magenta = "#B16286"; | ||||
|           cyan = "#689D6A"; | ||||
|           white = "#ebdbb2"; | ||||
|           orange = "#D65D0E"; | ||||
|         }; | ||||
|         pane_frames = false; | ||||
|       }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jade
				Jade