diff --git a/flake.nix b/flake.nix --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,10 @@ pyprland = pyprland.packages.${final.system}.default; wiremix = wiremix.packages.${final.system}.default; hyprland = inputs.hyprland.packages.${final.system}.hyprland.overrideAttrs (old: { - buildInputs = (old.buildInputs or [ ]) ++ [ final.glaze ]; + buildInputs = (old.buildInputs or [ ]) ++ [ + final.glaze + final.openssl + ]; }); }) ];