diff --git a/desktops/hyprland.nix b/desktops/hyprland.nix index 081c645f..289197a0 100644 --- a/desktops/hyprland.nix +++ b/desktops/hyprland.nix @@ -17,7 +17,7 @@ commands.reboot = [ "systemctl" "reboot" ]; commands.poweroff = [ "systemctl" "poweroff" ]; }; - extraCSS = { + extraCss = { img.background = { filter = "blur(20px)"; };