diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-08-10 12:28:26 +0800 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-08-10 12:28:26 +0800 |
commit | 51c7913ad5c29d5ef4efbb84bd02309a10ca9345 (patch) | |
tree | 0b775863ba7727480993d153d119f2e6a4190214 /nixos/configuration.nix | |
parent | 693c48af997829676d73c33187cd77c6d08f19e3 (diff) | |
download | nixos-configuration-51c7913ad5c29d5ef4efbb84bd02309a10ca9345.tar.gz nixos-configuration-51c7913ad5c29d5ef4efbb84bd02309a10ca9345.tar.bz2 nixos-configuration-51c7913ad5c29d5ef4efbb84bd02309a10ca9345.zip |
bump: upgrade to latest linux kernel, this should fix the issue where SDDM launches twice, which has been found to be a kernel issue
Diffstat (limited to 'nixos/configuration.nix')
-rw-r--r-- | nixos/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { |