From 902ca5b470cf78d88b21d0c8fb6ba70dff055738 Mon Sep 17 00:00:00 2001 From: K900 Date: Fri, 7 Jun 2024 12:06:26 +0300 Subject: [PATCH] nixos/opengl: fix typo --- nixos/modules/hardware/opengl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/hardware/opengl.nix b/nixos/modules/hardware/opengl.nix index 72217e7a8af2..3ca9deec8961 100644 --- a/nixos/modules/hardware/opengl.nix +++ b/nixos/modules/hardware/opengl.nix @@ -138,7 +138,7 @@ in systemd.tmpfiles.settings.opengl = { "/run/opengl-driver"."L+".argument = toString package; - "/run/opengl-drive-32" = + "/run/opengl-driver-32" = if pkgs.stdenv.isi686 then { "L+".argument = "opengl-driver"; } else if cfg.driSupport32Bit then