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;