13 lines
		
	
	
	
		
			232 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			232 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
# this folder container modules that are for home manager only
 | 
						|
{...}: {
 | 
						|
  imports = [
 | 
						|
    ./sops.nix
 | 
						|
    ./user.nix
 | 
						|
    ./flipperzero.nix
 | 
						|
    ./i18n.nix
 | 
						|
    ./impermanence.nix
 | 
						|
    ./openssh.nix
 | 
						|
    ./gnome.nix
 | 
						|
    ./programs
 | 
						|
  ];
 | 
						|
}
 |