Set preferred color scheme from theme

After starting Hyprland with a dbus session, we now have access to
set configuration such as a preferred color scheme. As we know what your
theme should be, it makes sense to set this in chimera rather than
requiring you to do so imperatively

Change-Id: I574061911bee41a72ff39983296eba15e72f1985
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/533
Tested-by: Skyler Grey <minion@clicks.codes>
Reviewed-by: Samuel Shuert <coded@clicks.codes>
diff --git a/modules/home/catppuccin/default.nix b/modules/home/catppuccin/default.nix
index c8f1c2e..e964ada 100644
--- a/modules/home/catppuccin/default.nix
+++ b/modules/home/catppuccin/default.nix
@@ -1421,6 +1421,8 @@
             catppuccinColors.${config.chimera.theme.catppuccin.style}.${config.chimera.theme.catppuccin.color};
         };
 
+        style = if config.chimera.theme.catppuccin.style == "Latte" then "Light" else "Dark";
+
         cursor = {
           package =
             pkgs.catppuccin-cursors."${lib.strings.toLower config.chimera.theme.catppuccin.style}${config.chimera.theme.catppuccin.color}";