downgrade hyprland

This commit is contained in:
Kopatz
2025-05-22 18:35:33 +02:00
parent 6b35384360
commit 11fef9e802

View File

@@ -31,10 +31,10 @@ in
}; };
}; };
hyprland = #hyprland =
inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.hyprland; # inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.hyprland;
xdg-desktop-portal-hyprland = #xdg-desktop-portal-hyprland =
inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; # inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
csharp-ls = prev.csharp-ls-8; csharp-ls = prev.csharp-ls-8;
}; };