chore: fix a few eval warnings

This commit is contained in:
Luj 2024-06-28 11:16:58 +02:00
parent 7fa62866b2
commit 281a91d7b3
Signed by: luj
GPG key ID: 6FC74C847011FD83
5 changed files with 17 additions and 18 deletions

View file

@ -62,11 +62,7 @@
};
# Enable OpenGL
hardware.opengl = {
enable = true;
driSupport = true;
# driSupport32Bit = true;
};
hardware.graphics.enable = true;
# Load nvidia driver for Xorg and Wayland
services.xserver.videoDrivers = [ "nvidia" ];