nix: opengl.driSupport32Bit -> graphics.enable32Bit

Necessary for the latest nixos-unstable release.
This commit is contained in:
Donovan Glover 2024-06-25 10:49:47 -04:00
parent f6fc80c1f0
commit ce5093aa34
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -42,7 +42,7 @@ in
}; };
config = { config = {
hardware.opengl.driSupport32Bit = mkIf (!phone) true; hardware.graphics.enable32Bit = mkIf (!phone) true;
programs = { programs = {
hyprland.enable = mkIf (!container) true; hyprland.enable = mkIf (!container) true;