override firmware to upgrade to kernel 6.15 and more
This commit is contained in:
parent
f2b6c3a128
commit
ad148c9f39
6 changed files with 29 additions and 61 deletions
|
@ -1,5 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Bootloader.
|
||||
boot = {
|
||||
|
@ -10,7 +9,7 @@
|
|||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
kernelPackages = pkgs.linuxPackages_6_13;
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelModules = [
|
||||
"i2c-dev"
|
||||
"ddcci-backlight"
|
||||
|
@ -20,7 +19,7 @@
|
|||
];
|
||||
extraModulePackages = with config.boot.kernelPackages; [
|
||||
ddcci-driver
|
||||
openrazer
|
||||
# openrazer
|
||||
];
|
||||
extraModprobeConfig = ''
|
||||
options bluetooth disable_ertm=Y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue