mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
chore: fix a few eval warnings
This commit is contained in:
parent
7fa62866b2
commit
281a91d7b3
5 changed files with 17 additions and 18 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue