mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-09 15:05:07 +02:00
nix: opengl.driSupport32Bit -> graphics.enable32Bit
Necessary for the latest nixos-unstable release.
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user