feat(gaming): no longer need latest kernel for optimal performance

This commit is contained in:
wi11-holdsworth 2026-01-13 13:51:35 +11:00
parent a5c57fa4e7
commit 46770f6e10

View file

@ -31,5 +31,5 @@
};
# latest kernel
boot.kernelPackages = pkgs.linuxPackages_latest;
# boot.kernelPackages = pkgs.linuxPackages_latest;
}