Hyprland: disable nvidia patches for unstable version
This commit is contained in:
parent
22d5f94c6c
commit
246a28d5e4
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
programs.hyprland = {
|
programs.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.unstable_pkgs.hyprland;
|
package = pkgs.unstable_pkgs.hyprland;
|
||||||
enableNvidiaPatches = builtins.elem "nvidia" config.services.xserver.videoDrivers;
|
# enableNvidiaPatches = builtins.elem "nvidia" config.services.xserver.videoDrivers; # removed in 24.x
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue