going back to stable

This commit is contained in:
RingOfStorms (Josh) 2024-08-30 14:45:06 -05:00
parent 40bd35b02e
commit c81275e7d8
7 changed files with 59 additions and 60 deletions

View file

@ -43,8 +43,13 @@
# nvidia gfx https://nixos.wiki/wiki/Nvidia
# =========
# Enable OpenGL
hardware.opengl.driSupport32Bit = true;
hardware.graphics.enable = true;
hardware.opengl = {
enable = true;
# driSupport = true;
driSupport32Bit = true;
};
# hardware.opengl.driSupport32Bit = true;
# hardware.graphics.enable = true;
services.xserver.videoDrivers = [ "nvidia" ];
hardware.nvidia-container-toolkit.enable = true;