had to roll back kernel to 6.13
This commit is contained in:
parent
e844ff73a6
commit
931ae8d5a0
2 changed files with 4 additions and 5 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -90,11 +90,11 @@
|
|||
"nixpkgs-stable": "nixpkgs-stable"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1747215224,
|
||||
"narHash": "sha256-WKcDe10f+2ocPIugu9saNmXQ+J1CXqC9SrbUSQ56cNU=",
|
||||
"lastModified": 1747242425,
|
||||
"narHash": "sha256-9Msv0xSHBlIyaP3FiWMpqLsfiGla5OhD5pjclY/o3+A=",
|
||||
"owner": "nix-community",
|
||||
"repo": "emacs-overlay",
|
||||
"rev": "6317599f5c92ccb08af9e910d0707270b6c7b9ab",
|
||||
"rev": "43d0e73d4a34f470045ac7c13dd45e1a7653f57b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -157,11 +157,10 @@
|
|||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelPackages = pkgs.linuxPackages_6_13;
|
||||
kernelModules = [
|
||||
"i2c-dev"
|
||||
"ddcci-backlight"
|
||||
# "amd_3d_vcache"
|
||||
"uinput"
|
||||
"hid-playstation"
|
||||
"amd_pstate=active"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue