Add Common Terminal Packages
							parent
							
								
									c560b109c5
								
							
						
					
					
						commit
						b58947c554
					
				| 
						 | 
				
			
			@ -1,5 +1,6 @@
 | 
			
		|||
{ ... }: {
 | 
			
		||||
  imports = [
 | 
			
		||||
    ./packages/office.nix
 | 
			
		||||
    ./packages/terminal.nix
 | 
			
		||||
  ];  
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -0,0 +1,9 @@
 | 
			
		|||
{ pkgs, ...}: {
 | 
			
		||||
  environment.systemPackages = with pkgs; [
 | 
			
		||||
    git
 | 
			
		||||
    curl
 | 
			
		||||
    wget
 | 
			
		||||
    zip
 | 
			
		||||
    unzip
 | 
			
		||||
  ];
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue