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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
129 B
Nix
Raw Normal View History

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