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

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

  boot.kernelPackages = pkgs.linuxPackages_latest;
}