had to roll back kernel to 6.13

This commit is contained in:
Matt Nish-Lapidus 2025-05-14 13:21:30 -04:00
parent e844ff73a6
commit 931ae8d5a0
2 changed files with 4 additions and 5 deletions

6
flake.lock generated
View file

@ -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": {

View file

@ -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"