From f6e4e1c6e1b363c30e20d4fb9c682e34fa0cbbea Mon Sep 17 00:00:00 2001 From: benstrb Date: Sun, 15 Mar 2026 18:23:23 +0100 Subject: [PATCH] non important commit --- configuration/modules/system/graphics.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configuration/modules/system/graphics.nix b/configuration/modules/system/graphics.nix index 9baabc4..9e19633 100644 --- a/configuration/modules/system/graphics.nix +++ b/configuration/modules/system/graphics.nix @@ -4,8 +4,10 @@ ]; hardware = { - graphics.enable = true; - enable32Bit = true; + graphics = { + enable = true; + enable32Bit = true; + }; nvidia = { modesetting.enable = true;