flake/modules/kernel/latest.nix

4 lines
80 B
Nix
Raw Permalink Normal View History

2024-09-17 02:46:45 +02:00
{lib, config, pkgs, ...}: {
boot.kernelPackages = pkgs.linuxPackages_latest;
}