We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9569150 commit fa03218Copy full SHA for fa03218
nixos/core/system/default.nix
@@ -5,7 +5,7 @@
5
};
6
7
# Kernel
8
- boot.kernelPackages = pkgs.linuxPackages_6_6;
+ boot.kernelPackages = pkgs.linuxPackages_zen;
9
10
programs.nix-ld.enable = true;
11
0 commit comments