Switch to stable hyprland

This commit is contained in:
Filippo Berto 2024-09-09 20:59:37 +02:00
parent bcb3adf700
commit d828555406
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -1,8 +1,8 @@
{ config, pkgs, ... }:
{ config, ... }:
{
programs.hyprland = {
enable = true;
package = pkgs.unstable_pkgs.hyprland;
# package = pkgs.unstable_pkgs.hyprland;
# enableNvidiaPatches = builtins.elem "nvidia" config.services.xserver.videoDrivers; # removed in 24.x
xwayland.enable = true;
};