From 1f7097954d28fae9b1df3d4aa4457ab1eb6c4811 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 26 Jun 2024 14:11:57 +0000 Subject: [PATCH] remove as not needed now --- hosts/x86_64/shepard/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/x86_64/shepard/configuration.nix b/hosts/x86_64/shepard/configuration.nix index 6b1e5e4..b0d0293 100644 --- a/hosts/x86_64/shepard/configuration.nix +++ b/hosts/x86_64/shepard/configuration.nix @@ -4,11 +4,6 @@ # Name your host machine networking.hostName = "shepard"; - hardware.opengl = { - extraPackages = with pkgs; [ libvdpau-va-gl ]; - driSupport32Bit = true; - }; - # Enable binfmt emulation of aarch64-linux. boot.binfmt.emulatedSystems = [ "aarch64-linux" ];