kernel 7.0 is coming

This commit is contained in:
TheK0tYaRa 2026-02-14 19:51:41 +02:00
parent 87a20d410f
commit 57670544e5

View file

@ -57,6 +57,14 @@
(import ./custom/overlays/default.nix)
(import ./custom/overlays/override.nix)
];
# boot.kernelPatches = [
# {
# name = "name";
# patch = null;
# extraConfig = "";
# }
# ];
hardware = {
graphics = {
enable = true;