From 51c7913ad5c29d5ef4efbb84bd02309a10ca9345 Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Sat, 10 Aug 2024 12:28:26 +0800 Subject: [PATCH] bump: upgrade to latest linux kernel, this should fix the issue where SDDM launches twice, which has been found to be a kernel issue --- nixos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 3e1710a..cad4cf7 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -15,6 +15,7 @@ ./services/laptop.preset.nix ./hardware-configuration.nix ]; + boot.kernelPackages = pkgs.linuxPackages_latest; boot.supportedFilesystems = ["ntfs"]; security.pam.services.hyprlock = {}; hardware.bluetooth = {