summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde-new-kernel.nix
blob: a4bcd7079a4f91ae5a3aebc13313e9deea4caaf7 (plain) (blame)
1
2
3
4
5
6
7
{ config, pkgs, ... }:

{
  imports = [ ./installation-cd-graphical-kde.nix ];

  boot.kernelPackages = pkgs.linuxPackages_latest;
}