chore(users/tazjin): hardware.opengl -> hardware.graphics

Change-Id: I649a6de6eef0b9b8c9cb658fdb6e4e46f5c8be1c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12335
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2024-08-24 17:39:55 +03:00 committed by clbot
parent a742fafdbf
commit 6dff303c5f
5 changed files with 7 additions and 7 deletions

View file

@ -41,9 +41,9 @@ lib.fix (self: {
hardware = {
cpu.amd.updateMicrocode = true;
enableRedistributableFirmware = true;
opengl = {
graphics = {
enable = true;
driSupport32Bit = true;
enable32Bit = true;
};
pulseaudio = {