forked from jan-leila/nix-config
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			106 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			106 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {...}: {
 | |
|   nix = {
 | |
|     settings = {
 | |
|       experimental-features = ["nix-command" "flakes"];
 | |
|     };
 | |
|   };
 | |
| }
 |