From 83cae2697acb521ebc4bc89185b3745612633e73 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Mon, 25 Nov 2024 15:49:41 +0100 Subject: [PATCH] Follow renamed hyprland shadow option --- modules/home/de/hyprland/settings.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/de/hyprland/settings.nix b/modules/home/de/hyprland/settings.nix index 50c13ac..e3ee005 100644 --- a/modules/home/de/hyprland/settings.nix +++ b/modules/home/de/hyprland/settings.nix @@ -50,7 +50,7 @@ decoration = { rounding = 6; - drop_shadow = false; + shadow.enabled = false; }; animations.enabled = false;