From 02e2b2812f787d3f1b2bc727c4473975d8dc0076 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 15 Aug 2023 20:51:47 +0900 Subject: [PATCH] test --- desktops/hyprland.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/desktops/hyprland.nix b/desktops/hyprland.nix index 289197a0..9fdc5a54 100644 --- a/desktops/hyprland.nix +++ b/desktops/hyprland.nix @@ -17,10 +17,11 @@ commands.reboot = [ "systemctl" "reboot" ]; commands.poweroff = [ "systemctl" "poweroff" ]; }; - extraCss = { - img.background = { - filter = "blur(20px)"; - }; + extraCss = '' + img.background { + filter: blur(20px); + } + ''; }; };