fix pkgs reference for kernels

This commit is contained in:
k3t
2026-06-01 19:17:10 -06:00
parent 89afe9d66e
commit fce1db8a5d
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
{ pkgs, ... }:
{
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
boot.binfmt.preferStaticEmulators = true;