Enable IPC for hyprpaper

Change-Id: I70a75b4691e746ca7c45b6ef9da11eba5c9a0192
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/665
Tested-by: PineaFan <pineafan@clicks.codes>
Reviewed-by: Skyler Grey <minion@clicks.codes>
Reviewed-by: PineaFan <pineafan@clicks.codes>
diff --git a/modules/home/hyprpaper/default.nix b/modules/home/hyprpaper/default.nix
index 86bd9fc..4bafa9c 100644
--- a/modules/home/hyprpaper/default.nix
+++ b/modules/home/hyprpaper/default.nix
@@ -25,7 +25,7 @@
         splash = ${if config.chimera.hyprland.hyprpaper.splash.enable then "true" else "false"}
         splash_offset = ${builtins.toString config.chimera.hyprland.hyprpaper.splash.offset}
 
-        ipc = off
+        ipc = on
       ''
     );
   };