Use chimera theme color for border

Change-Id: I3b2de115273fe4debdfa2f82f28d8b77b04f8c2a
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/390
Reviewed-by: Samuel Shuert <coded@clicks.codes>
Tested-by: Skyler Grey <minion@clicks.codes>
diff --git a/modules/home/hyprland/default.nix b/modules/home/hyprland/default.nix
index b1263d8..3e9ae46 100644
--- a/modules/home/hyprland/default.nix
+++ b/modules/home/hyprland/default.nix
@@ -84,8 +84,15 @@
 
           monitor = config.chimera.hyprland.monitors ++ [ ",preferred,auto,1" ];
 
+          general = {
+            border_size = 1;
+            "col.active_border" = "rgba(${config.chimera.theme.colors.Surface0.hex}FF)";
+            "col.inactive_border" = "rgba(${config.chimera.theme.colors.Surface0.hex}FF)";
+          };
+
           decoration = {
             rounding = 7;
+            drop_shadow = false;
           };
 
           input = {