Added NIXOS_OZONE_WL=1

This commit is contained in:
2024-09-08 11:13:34 +02:00
parent 71cc7f4b7d
commit 46a279aa2d
5 changed files with 10 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
{ config, ... }:
{
hardware.opengl.enable = true;
hardware.nvidia = {
modesetting.enable = true;
package = config.boot.kernelPackages.nvidiaPackages.beta;