From 527b21ba3ed6ed9fb35e01b75595f4a7ba391a95 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Mon, 23 Sep 2024 19:45:23 +0200 Subject: [PATCH] Pin kernel to 6.10 due to Hyprland issue with 6.11 --- hosts/north/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/north/default.nix b/hosts/north/default.nix index b5231f4..e9db8f4 100644 --- a/hosts/north/default.nix +++ b/hosts/north/default.nix @@ -8,7 +8,7 @@ ]; system.stateVersion = "23.11"; - boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxPackages_6_10; myConfig = { boot = {