5 lines
128 B
Nix
Executable file
5 lines
128 B
Nix
Executable file
{ pkgs, ... }:
|
|
{
|
|
# boot.kernelPackages = pkgs.linuxKernel.kernels.linux_lqx;
|
|
boot.kernelPackages = pkgs.linuxPackages_lqx;
|
|
}
|