initial setup
This commit is contained in:
		
							
								
								
									
										11
									
								
								root/base/apps-shell/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								root/base/apps-shell/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
# Shell Apps for every host.
 | 
			
		||||
{ pkgs, ... }:
 | 
			
		||||
{
 | 
			
		||||
  environment.systemPackages =
 | 
			
		||||
   (with pkgs; [
 | 
			
		||||
    wget
 | 
			
		||||
    git
 | 
			
		||||
    nil
 | 
			
		||||
    yaml-language-server
 | 
			
		||||
    ]);
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user