depot/nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5-new-kernel.nix

8 lines
129 B
Nix
Raw Normal View History

{ pkgs, ... }:
{
imports = [ ./installation-cd-graphical-plasma5.nix ];
boot.kernelPackages = pkgs.linuxPackages_latest;
}