diff --git a/modules/default/boot.nix b/modules/default/boot.nix index 00e25f3c..b3b2a045 100644 --- a/modules/default/boot.nix +++ b/modules/default/boot.nix @@ -19,7 +19,7 @@ in boot.loader.grub.splashImage = ../../assets/wallpaper/dark.jpg; boot.loader.grub.default = "saved"; boot = { - kernelPackages = pkgs.linuxPackages_6_14; + kernelPackages = pkgs.linuxPackages_6_15; tmp.cleanOnBoot = true; supportedFilesystems.zfs = lib.mkForce false; # Force disable ZFS kernelParams = diff --git a/modules/default/gaming.nix b/modules/default/gaming.nix index cddcaadc..a5cbbe58 100644 --- a/modules/default/gaming.nix +++ b/modules/default/gaming.nix @@ -30,7 +30,7 @@ in lug-helper # help to install Star Citizen heroic # Native GOG, Epic, and Amazon Games Launcher for Linux, Windows and Mac joystickwake # Joystick-aware screen waker - linuxKernel.packages.linux_6_14.hid-tmff2 + linuxKernel.packages.linux_6_15.hid-tmff2 mangohud # Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more mesa # Ensure last mesa stable on GLF OS oversteer # Steering Wheel Manager for Linux diff --git a/modules/default/hid-fanatecff/version.json b/modules/default/hid-fanatecff/version.json index c92a6dff..598dcfe1 100644 --- a/modules/default/hid-fanatecff/version.json +++ b/modules/default/hid-fanatecff/version.json @@ -1,6 +1,6 @@ { "owner": "gotzl", "repo": "hid-fanatecff", - "version": "0.2.0", - "sha256": "12zp7y2filghvyjmq47krvqazdb5f63jd3jilbxhgf2919iy3zn1" + "version": "0.2.1", + "sha256": "M2jm8pyxHRiswV4iJEawo57GkJ2XOclIo3NxEFgK+q0=" }