This commit is contained in:
Kopatz
2025-05-18 11:24:48 +02:00
parent 3f70d39d4f
commit 859e36ddbb
14 changed files with 94 additions and 137 deletions

4
modules/misc/kernel.nix Normal file
View File

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