mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Better way of fixing graphics version mismatches
This commit is contained in:
parent
67d2f5c36b
commit
30ab570029
2 changed files with 1 additions and 9 deletions
|
@ -26,13 +26,4 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
# fixes opengl/mesa version mismatch
|
||||
hardware.opengl = {
|
||||
package = pkgs-hyprland.mesa.drivers;
|
||||
|
||||
# if you also want 32-bit support (e.g for Steam)
|
||||
driSupport32Bit = true;
|
||||
package32 = pkgs-hyprland.pkgsi686Linux.mesa.drivers;
|
||||
};
|
||||
services.xserver.displayManager.sddm.package = lib.mkForce pkgs-hyprland.sddm;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue