From 11fef9e8023dbecbcaee4c0ea59b05e798266cf1 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Thu, 22 May 2025 18:35:33 +0200 Subject: [PATCH] downgrade hyprland --- overlays.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/overlays.nix b/overlays.nix index 21239c8..bee62fe 100644 --- a/overlays.nix +++ b/overlays.nix @@ -31,10 +31,10 @@ in }; }; - hyprland = - inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.hyprland; - xdg-desktop-portal-hyprland = - inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; + #hyprland = + # inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.hyprland; + #xdg-desktop-portal-hyprland = + # inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; csharp-ls = prev.csharp-ls-8; };