From bf2103ddbcef695702891b372b7a8315802f859d Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Mon, 25 Nov 2024 17:43:36 -0800 Subject: [PATCH] Fixed semicolon --- modules/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index 87bd35e..01e5d3f 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -98,7 +98,7 @@ in decoration = { shadow = { enabled = true; - color = "rgba(00000099)" + color = "rgba(00000099)"; range = 5; }; rounding = 5;