From 853dcfd6e0b5745431bf26101120ba0211bd50ea Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 15 Aug 2023 20:50:57 +0900 Subject: [PATCH] Test --- desktops/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"; };