mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
0f2536f15b
And all the other things and paths to match it
8 lines
129 B
Nix
8 lines
129 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
imports = [ ./installation-cd-graphical-plasma5.nix ];
|
|
|
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
|
}
|