nix-config/modules/kernel-latest.nix

6 lines
79 B
Nix
Raw Normal View History

2022-05-25 19:27:42 +02:00
{ config, pkgs, ... }:
{
boot.kernelPackages = pkgs.linuxPackages_latest;
}