diff --git a/devices/wim/config/hypr/main.conf b/devices/wim/config/hypr/main.conf index dd12b449..4aa6d0ae 100644 --- a/devices/wim/config/hypr/main.conf +++ b/devices/wim/config/hypr/main.conf @@ -15,6 +15,10 @@ decoration { size = 3 passes = 1 } + + shadow { + enabled = false + } } animations { diff --git a/flake.lock b/flake.lock index 0e0dc926..681666bc 100644 Binary files a/flake.lock and b/flake.lock differ diff --git a/flake.nix b/flake.nix index 045d2955..ae66f8df 100644 Binary files a/flake.nix and b/flake.nix differ diff --git a/inputs.nix b/inputs.nix index 5b716026..94fcf474 100644 --- a/inputs.nix +++ b/inputs.nix @@ -113,6 +113,9 @@ let hyprland = mkDep { owner = "hyprwm"; repo = "Hyprland"; + + # FIXME: https://github.com/hyprwm/Hyprland/issues/8410 + rev = "dca75db127fedc58fc85ae0e6e47162e3d5d16f9"; }; hyprland-plugins = mkHyprDep { diff --git a/nixosModules/desktop/manager/hyprland.nix b/nixosModules/desktop/manager/hyprland.nix index 7dd0fd48..e4ba03ac 100644 --- a/nixosModules/desktop/manager/hyprland.nix +++ b/nixosModules/desktop/manager/hyprland.nix @@ -49,7 +49,7 @@ self: { decoration = { blur.enabled = false; - drop_shadow = false; + shadow.enabled = false; }; exec-once = [