From 114234e4a5fca22d1ba747daa7fadb32532e5fc9 Mon Sep 17 00:00:00 2001 From: tux Date: Tue, 10 Jun 2025 21:56:39 +0530 Subject: [PATCH] feat(hyprland): disable shadow --- modules/home/desktop/hyprland/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index 0025662..53a3b6a 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -71,6 +71,10 @@ xray = true; special = true; }; + + shadow = { + enabled = false; + }; }; #-- Animations