diff --git a/modules/hardware/graphics.nix b/modules/hardware/graphics.nix new file mode 100644 index 0000000..7aa046f --- /dev/null +++ b/modules/hardware/graphics.nix @@ -0,0 +1,3 @@ +{config, ...}: { + hardware.graphics.enable32Bit = config.modules.gaming.enable; +}