Fix alacritty module
This commit is contained in:
		
							parent
							
								
									15ab33a470
								
							
						
					
					
						commit
						b62f397044
					
				
					 1 changed files with 7 additions and 5 deletions
				
			
		|  | @ -2,12 +2,14 @@ | |||
| 
 | ||||
| { | ||||
|     home-manager.users.tdpeuter = { pkgs, ... }: { | ||||
|         packages = with pkgs; [ | ||||
|             alacritty | ||||
|         ]; | ||||
|         home = { | ||||
|             packages = with pkgs; [ | ||||
|                 alacritty | ||||
|             ]; | ||||
| 
 | ||||
|         file = { | ||||
|             ".config/alacritty".source = ../../stow/alacritty/.config/alacritty; | ||||
|             file = { | ||||
|                 ".config/alacritty".source = ../../../../stow/alacritty/.config/alacritty; | ||||
|             }; | ||||
|         }; | ||||
|     }; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue