initial setup
This commit is contained in:
		
							
								
								
									
										8
									
								
								root/desktop/browser/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								root/desktop/browser/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
# Only install Chrome. Declaritive options not needed.
 | 
			
		||||
{ pkgs, ... }:
 | 
			
		||||
{
 | 
			
		||||
  environment.systemPackages =
 | 
			
		||||
   (with pkgs; [
 | 
			
		||||
    google-chrome
 | 
			
		||||
    ]);
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user