Refactor hyprland exec-once

Change-Id: I39e65307b145cc3cbd87db554a04f73d13b8b6d9
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/401
Reviewed-by: Samuel Shuert <coded@clicks.codes>
Tested-by: Samuel Shuert <coded@clicks.codes>
diff --git a/modules/home/hyprland/default.nix b/modules/home/hyprland/default.nix
index ee647d3..87c8776 100644
--- a/modules/home/hyprland/default.nix
+++ b/modules/home/hyprland/default.nix
@@ -80,7 +80,10 @@
             disable_splash_rendering = true;
           };
 
-          exec-once = "${pkgs.hyprpaper}/bin/hyprpaper; hyprctl setcursor ${config.chimera.theme.cursor.name} ${builtins.toString config.chimera.theme.cursor.size}";
+          exec-once = [
+	    "${pkgs.hyprpaper}/bin/hyprpaper"
+	    "hyprctl setcursor ${config.chimera.theme.cursor.name} ${builtins.toString config.chimera.theme.cursor.size}"
+	  ];
 
           monitor = config.chimera.hyprland.monitors ++ [ ",preferred,auto,1" ];