Remove alacritty fake
This commit is contained in:
		
							parent
							
								
									53dc4ac09f
								
							
						
					
					
						commit
						31a67135ea
					
				
					 2 changed files with 0 additions and 34 deletions
				
			
		|  | @ -1,15 +0,0 @@ | ||||||
| { inputs, lib, config, pkgs, ... }: |  | ||||||
| 
 |  | ||||||
| { |  | ||||||
|     home-manager.users.tdpeuter = { pkgs, ... }: { |  | ||||||
|         home = { |  | ||||||
|             packages = with pkgs; [ |  | ||||||
|                 alacritty |  | ||||||
|             ]; |  | ||||||
| 
 |  | ||||||
|             file = { |  | ||||||
|                 ".config/alacritty".source = ../../../../stow/alacritty/.config/alacritty; |  | ||||||
|             }; |  | ||||||
|         }; |  | ||||||
|     }; |  | ||||||
| } |  | ||||||
|  | @ -1,28 +1,9 @@ | ||||||
| { | { | ||||||
|     imports = [ |     imports = [ | ||||||
|         ./alacritty |  | ||||||
|         ./firefox |         ./firefox | ||||||
|         ./kitty |         ./kitty | ||||||
|         ./steam |         ./steam | ||||||
|         ./thunderbird |         ./thunderbird | ||||||
|         # ./virtualbox |         # ./virtualbox | ||||||
|     ]; |     ]; | ||||||
| 
 |  | ||||||
|     home-manager.users.tdpeuter = { pkgs, ... }: { |  | ||||||
|       home.packages = with pkgs; [ |  | ||||||
|         brave |  | ||||||
|         caprine-bin |  | ||||||
|         discord |  | ||||||
|         jellyfin-media-player |  | ||||||
|         libreoffice-fresh |  | ||||||
|         mattermost-desktop |  | ||||||
|         nextcloud-client |  | ||||||
|         obsidian |  | ||||||
|         pinentry_qt |  | ||||||
|         qalculate-gtk |  | ||||||
|         spotify |  | ||||||
|         zathura |  | ||||||
|         zoom-us |  | ||||||
|       ]; |  | ||||||
|     }; |  | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue