diff --git a/hosts/Equinox/default.nix b/hosts/Equinox/default.nix index d2900c8..b803f24 100644 --- a/hosts/Equinox/default.nix +++ b/hosts/Equinox/default.nix @@ -75,10 +75,9 @@ in { hardware.bluetooth.enable = true; # Add OpenGl support - hardware.opengl = { + hardware.graphics = { enable = true; - driSupport = true; - driSupport32Bit = true; + enable32Bit = true; }; # cuda support diff --git a/hosts/Pegasus/default.nix b/hosts/Pegasus/default.nix index 4d8f53a..99861e9 100644 --- a/hosts/Pegasus/default.nix +++ b/hosts/Pegasus/default.nix @@ -40,9 +40,8 @@ in { hardware.bluetooth.enable = true; # Add OpenGl support - hardware.opengl = { + hardware.graphics = { enable = true; - driSupport = true; - driSupport32Bit = true; + enable32Bit = true; }; }