From aa708036d2e921e21e72c296b2526721f7cb6ebc Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Sat, 14 Sep 2024 23:27:08 +0100 Subject: [PATCH] ACTUALLY switched to zen kernel this time, seems to also resolve power issue so I will continue to use this --- hosts/gabbielaptop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index 0a1c7b0..2c10bf8 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -28,7 +28,7 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; # default kernel causes issues with wpa_supplicant meaning shutdown times are > 10 mins updating to kernel 69+ fixes this - boot.kernelPackages = pkgs.linuxKernel.kernels.linux_zen; + boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen; # I was told that adding these helps but it doesnt seemt to work as monitors are still buggy at 144hz, may as well keep them boot.kernelParams = [