use mkForce for the dri support
This commit is contained in:
parent
51ca1c2844
commit
c98d82553b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue