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

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

  boot.kernelPackages = pkgs.linuxPackages_latest;
}