Pin kernel to 6.10 due to Hyprland issue with 6.11

This commit is contained in:
SebastianStork 2024-09-23 19:45:23 +02:00
parent a7e1ced2a2
commit 527b21ba3e

View file

@ -8,7 +8,7 @@
];
system.stateVersion = "23.11";
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_6_10;
myConfig = {
boot = {