fix: temporarily pin hyprland to stable to avoid mesa bugs

This commit is contained in:
Youwen Wu 2024-08-21 00:24:47 -07:00
parent f81c7f795c
commit 569a389fa9
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
4 changed files with 41 additions and 5 deletions

View file

@ -1,6 +1,12 @@
{pkgs, ...}: {
{
pkgs,
inputs,
system,
...
}: {
wayland.windowManager.hyprland = {
enable = true;
package = inputs.hyprland-stable.legacyPackages.${system}.hyprland;
settings = {
exec-once = ["waypaper --restore"];
"$mod" = "SUPER";