diff --git a/configuration.nix b/configuration.nix index 7ed1113..ef72896 100644 --- a/configuration.nix +++ b/configuration.nix @@ -51,6 +51,12 @@ LC_TIME = "de_DE.UTF-8"; }; + # graphics for gaming + hardware.graphics = { + enable = true; + enable32Bit = true; + }; + # Enable the X11 windowing system. # You can disable this if you're only using the Wayland session. services.xserver.enable = true;