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" ];