mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-29 21:54:26 +02:00
nix: opengl.driSupport32Bit -> graphics.enable32Bit
Necessary for the latest nixos-unstable release.
This commit is contained in:
parent
f6fc80c1f0
commit
ce5093aa34
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user