try last xanmod kernel

This commit is contained in:
陈浩南 2023-06-15 10:10:39 +08:00
parent 6f2127c8f8
commit 680f462a7f
2 changed files with 5 additions and 4 deletions

View File

@ -229,11 +229,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1685745284,
"narHash": "sha256-ZTHRAMUaJJU6YBE2ATLxva7XGMqbiyMDWCve4Qf+kMc=",
"lastModified": 1686794864,
"narHash": "sha256-OakDEYer26X76ViIXMvJgOw4w2qRDvzpfxATvCaoGE4=",
"owner": "CHN-beta",
"repo": "nixpkgs",
"rev": "07678f07d6407ebf0645b8637e8369140ec7cede",
"rev": "57902dfe3d1ba3264ff1353131063105040c34e5",
"type": "github"
},
"original": {

View File

@ -16,7 +16,8 @@
# };
# }];
# } ).pkgs.linuxPackages_zen;
kernelPackages = inputs.pkgs.linuxPackages_zen;
# kernelPackages = inputs.pkgs.linuxPackages_zen;
kernelPackages = inputs.pkgs.linuxPackages_xanmod_latest;
initrd.availableKernelModules =
[
"ahci" "i915" "intel_cstate" "nvidia" "nvidia_drm" "nvidia_modeset" "nvidia_uvm" "nvme" "sr_mod"