8 lines
		
	
	
		
			125 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			125 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ pkgs, ... }:
 | 
						|
 | 
						|
{
 | 
						|
  imports = [ ./installation-cd-graphical-kde.nix ];
 | 
						|
 | 
						|
  boot.kernelPackages = pkgs.linuxPackages_latest;
 | 
						|
}
 |