Updated readme
This commit is contained in:
		
							parent
							
								
									73f957e81d
								
							
						
					
					
						commit
						f80ae292ba
					
				
							
								
								
									
										16
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								README.md
									
									
									
									
									
								
							| @ -1,3 +1,19 @@ | |||||||
| # Dotfiles | # Dotfiles | ||||||
| 
 | 
 | ||||||
| My NixOS configuration. | My NixOS configuration. | ||||||
|  | 
 | ||||||
|  | ## Usage | ||||||
|  | 
 | ||||||
|  | Clone the repository to some directory. `/etc/nixos/git` in this example. | ||||||
|  | 
 | ||||||
|  | Set up `configuration.nix`: | ||||||
|  | ```nix | ||||||
|  | { ... }: | ||||||
|  | 
 | ||||||
|  | { | ||||||
|  |     imports = [ | ||||||
|  |         ./hardware-configuration.nix | ||||||
|  |         ./git/machines/[machine].nix | ||||||
|  |     ]; | ||||||
|  | } | ||||||
|  | ``` | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jan-Bulthuis
						Jan-Bulthuis