From 9885028d8c2e6fadbd0d53e3a1f736d4477b7c3b Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Mon, 15 Jul 2024 22:51:10 +0200 Subject: [PATCH] update hardware.opengl.* to hardware.graphics.* --- hosts/del/configuration.nix | 4 ++-- options/common/gpu/amd.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/del/configuration.nix b/hosts/del/configuration.nix index 7499b0b..15067d3 100644 --- a/hosts/del/configuration.nix +++ b/hosts/del/configuration.nix @@ -45,9 +45,9 @@ in { # enable = true; # platform = "ipu6"; # }; - opengl = { + graphics = { enable = true; - driSupport32Bit = true; + enable32Bit = true; extraPackages = with pkgs; [ mesa libdrm diff --git a/options/common/gpu/amd.nix b/options/common/gpu/amd.nix index 081ab94..5447785 100644 --- a/options/common/gpu/amd.nix +++ b/options/common/gpu/amd.nix @@ -3,9 +3,9 @@ ... }: { hardware = { - opengl = { + graphics = { enable = true; - driSupport32Bit = true; + enable32Bit = true; extraPackages = with pkgs; [ mesa amdvlk