hyprland: revert attempt to address unavailable Hyprland breaking change (#608)

Revert commit 762c07ee10 ("hyprland: adapt breaking changes (#605)"),
which falsely attempted to address a Hyprland breaking change [1] which
is not yet available as a Hyprland release or Nixpkgs package, and
therefore not available through Stylix's inputs.nixpkgs input.

To address the future breaking change, update Stylix's inputs.nixpkgs
input after the next Hyprland release is included in
nixpkgs/nixos-unstable.

[1]: d1638a09ba

Link: https://github.com/danth/stylix/pull/608
This commit is contained in:
NAHO 2024-11-07 18:53:53 +01:00 committed by GitHub
parent 762c07ee10
commit f71c2effed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ let
rgba = color: alpha: "rgba(${color}${alpha})";
settings = {
decoration.shadow.color = rgba base00 "99";
decoration."col.shadow" = rgba base00 "99";
general = {
"col.active_border" = rgb base0D;
"col.inactive_border" = rgb base03;