- Remove the Ansible files. - Move the Nix files to the root level of the repository. Refs: #39
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			260 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			260 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ config, lib, pkgs, ... }:
 | 
						|
 | 
						|
{
 | 
						|
  imports = [
 | 
						|
    ../../home-manager/modules/common.nix
 | 
						|
    ../../home-manager/modules/git.nix
 | 
						|
    ../../home-manager/modules/home-manager.nix
 | 
						|
    ../../home-manager/modules/tmux.nix
 | 
						|
    ../../home-manager/modules/zsh.nix
 | 
						|
  ];
 | 
						|
}
 |