diff --git a/configuration.nix b/configuration.nix index 2a2a540..520b517 100644 --- a/configuration.nix +++ b/configuration.nix @@ -115,6 +115,8 @@ ]; }; security.polkit.enable = true; + hardware.opengl.driSupport32Bit = true; + programs.nix-ld.enable = true; system.stateVersion = "24.05"; }