Graphics activated

This commit is contained in:
Nio 2026-05-07 19:08:42 +02:00
parent c834b7ac00
commit e010d200c9

View file

@ -51,6 +51,12 @@
LC_TIME = "de_DE.UTF-8"; LC_TIME = "de_DE.UTF-8";
}; };
# graphics for gaming
hardware.graphics = {
enable = true;
enable32Bit = true;
};
# Enable the X11 windowing system. # Enable the X11 windowing system.
# You can disable this if you're only using the Wayland session. # You can disable this if you're only using the Wayland session.
services.xserver.enable = true; services.xserver.enable = true;