9 lines
		
	
	
	
		
			192 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			192 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
# modules in this folder are to adapt home-manager modules configs to nixos-module configs
 | 
						|
{...}: {
 | 
						|
  imports = [
 | 
						|
    ./flipperzero.nix
 | 
						|
    ./i18n.nix
 | 
						|
    ./openssh.nix
 | 
						|
    ./steam.nix
 | 
						|
  ];
 | 
						|
}
 |