From e010d200c9287b58badb9a61b0a600ddfb95b4cd Mon Sep 17 00:00:00 2001 From: Nio Date: Thu, 7 May 2026 19:08:42 +0200 Subject: [PATCH] Graphics activated --- configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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;