Use stable kernel on laptop

This commit is contained in:
Jimbo 2025-02-04 21:38:23 -05:00
parent 8c2bf296ca
commit 05c5bee0ea
2 changed files with 1 additions and 5 deletions

View file

@ -1,4 +0,0 @@
{ pkgs, ... }:
{
boot.kernelPackages = pkgs.linuxPackages_latest;
}