nixfiles/profiles/kernels/latest.nix

2 lines
68 B
Nix
Raw Normal View History

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