fix(libra): Switch to latest kernel?
This commit is contained in:
parent
b1da425beb
commit
4701b74386
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
"/nix".options = [ "compress=zstd" "noatime" ];
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_6;
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelParams = [ "amdgpu.sg_display=0" ];
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
|
|
Loading…
Reference in a new issue