From 31ad79b1b906d0630fdde131d6ad2b519543c4ea Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Mon, 24 Jun 2024 14:26:50 +0200 Subject: [PATCH] hardware.opengl was renamed to hardware.graphics --- machines/mimir/configuration.nix | 4 ++-- modules/base/default.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/machines/mimir/configuration.nix b/machines/mimir/configuration.nix index ff5061b..c54571d 100644 --- a/machines/mimir/configuration.nix +++ b/machines/mimir/configuration.nix @@ -130,8 +130,8 @@ forceFullCompositionPipeline = true; }; - opengl = { - driSupport32Bit = true; + graphics = { + enable32Bit = true; extraPackages = with pkgs; [ vaapiVdpau vulkan-validation-layers diff --git a/modules/base/default.nix b/modules/base/default.nix index 093daf8..486f1f5 100644 --- a/modules/base/default.nix +++ b/modules/base/default.nix @@ -58,7 +58,7 @@ in theme = "nixos-blur"; }; - hardware.opengl.enable = true; + hardware.graphics.enable = true; environment.systemPackages = with pkgs;