diff --git a/modules/hardware/graphics.nix b/modules/hardware/graphics.nix index 7aa046f..72f11c8 100644 --- a/modules/hardware/graphics.nix +++ b/modules/hardware/graphics.nix @@ -1,3 +1,3 @@ {config, ...}: { - hardware.graphics.enable32Bit = config.modules.gaming.enable; + hardware.graphics.enable32Bit = config.module.gaming.enable; }