From 43a11e67dbccc082d062bcb15396abb17577be68 Mon Sep 17 00:00:00 2001
From: rubiigen <alyxwren@proton.me>
Date: Thu, 11 Jul 2024 15:14:25 +0100
Subject: [PATCH] forgot the change to hardware.graphics from hardware.opengl
 in banana's configuration.nix file, added.

---
 hosts/banana/configuration.nix | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/hosts/banana/configuration.nix b/hosts/banana/configuration.nix
index b13ce42..025bbab 100644
--- a/hosts/banana/configuration.nix
+++ b/hosts/banana/configuration.nix
@@ -22,10 +22,9 @@
 
   services.tailscale.enable = true;
 
-  hardware.opengl = {
+  hardware.graphics = {
     enable = true;
-    driSupport = true;
-    driSupport32Bit = true;
+    enable32Bit = true;
   };
 
   nixpkgs = {