From 50dedb8b3825bfebc423e24ec9028534eacad669 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 1 Dec 2024 14:28:43 +0100 Subject: [PATCH] Hyprland: Update config format after update --- home/modules/hyprland/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/modules/hyprland/default.nix b/home/modules/hyprland/default.nix index 71b1095c..41fafd28 100644 --- a/home/modules/hyprland/default.nix +++ b/home/modules/hyprland/default.nix @@ -468,7 +468,10 @@ in { decoration = { rounding = 5; - drop_shadow = false; + + shadow = { + enabled = false; + }; blur = { enabled = true;