use mkForce for the dri support

This commit is contained in:
Charlotte 🦝 Delenk 2023-03-27 19:47:36 +01:00
parent 51ca1c2844
commit c98d82553b
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -96,7 +96,7 @@ in {
services.flatpak.enable = true;
programs.java.enable = true;
hardware.opengl.driSupport = true;
hardware.opengl.driSupport32Bit = system == "x86_64-linux";
hardware.opengl.driSupport32Bit = lib.mkForce (system == "x86_64-linux");
home-manager.users.darkkirb = import ./home-manager/darkkirb.nix {
desktop = true;
inherit args;