chore: flake update and patch warnings

Change-Id: Ia82219292b1390de93be389da94886d37a7b8461
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/885
Tested-by: Samuel Shuert <coded@clicks.codes>
Reviewed-by: Skyler Grey <minion@clicks.codes>
diff --git a/modules/home/terminal/default.nix b/modules/home/terminal/default.nix
index 57a4548..5d5ebdc 100644
--- a/modules/home/terminal/default.nix
+++ b/modules/home/terminal/default.nix
@@ -20,7 +20,7 @@
 
     programs.kitty = {
       enable = true;
-      theme =
+      themeFile =
         if config.chimera.theme.catppuccin.enable then
           "Catppuccin-${config.chimera.theme.catppuccin.style}"
         else