nix-config/modules/kernel-latest.nix
2022-05-25 19:27:42 +02:00

5 lines
79 B
Nix

{ config, pkgs, ... }:
{
boot.kernelPackages = pkgs.linuxPackages_latest;
}