This commit is contained in:
iFargle 2023-07-16 17:45:23 +09:00
parent 1a42244c43
commit 4c34bc2368

View file

@ -17,7 +17,7 @@
# https://github.com/NixOS/nixos-hardware/blob/master/lenovo/thinkpad/p1/3th-gen/nvidia.nix
# https://libreddit.kavin.rocks/r/NixOS/comments/x04dyv/optimus_help/
boot.kernelParams = [ "nomodeset" ]
boot.kernelParams = [ "nomodeset" ];
hardware = {
opengl.enable = true;