diff --git a/flake.lock b/flake.lock index fe9fa7a1..103a4512 100644 --- a/flake.lock +++ b/flake.lock @@ -157,11 +157,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1725194671, - "narHash": "sha256-tLGCFEFTB5TaOKkpfw3iYT9dnk4awTP/q4w+ROpMfuw=", + "lastModified": 1731531548, + "narHash": "sha256-sz8/v17enkYmfpgeeuyzniGJU0QQBfmAjlemAUYhfy8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b833ff01a0d694b910daca6e2ff4a3f26dee478c", + "rev": "24f0d4acd634792badd6470134c387a3b039dace", "type": "github" }, "original": { diff --git a/modules/hyprland/hm.nix b/modules/hyprland/hm.nix index 8d6ddd23..7da4be40 100644 --- a/modules/hyprland/hm.nix +++ b/modules/hyprland/hm.nix @@ -7,7 +7,7 @@ let rgba = color: alpha: "rgba(${color}${alpha})"; settings = { - decoration."col.shadow" = rgba base00 "99"; + decoration.shadow.color = rgba base00 "99"; general = { "col.active_border" = rgb base0D; "col.inactive_border" = rgb base03;