From 82d628026a28ea86b6a67668ca3372f34bf6ba1a Mon Sep 17 00:00:00 2001 From: Mark Dickie Date: Mon, 26 Jan 2026 14:59:16 +0000 Subject: [PATCH] More glaze fixes --- flake.nix | 5 ++++- 1 file(s) changed, 4 insertion(s)(+), 1 deletion(s)(-) 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 + ]; }); }) ]; -- tangled.sh