chore: nix flake update

Change-Id: I3524d71be9046e872eba92b23f66fd75937b7a95
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/832
Reviewed-by: Samuel Shuert <coded@clicks.codes>
Tested-by: Skyler Grey <minion@clicks.codes>
diff --git a/modules/home/wayland/niri/default.nix b/modules/home/wayland/niri/default.nix
index 571fe93..dc53d80 100644
--- a/modules/home/wayland/niri/default.nix
+++ b/modules/home/wayland/niri/default.nix
@@ -310,7 +310,7 @@
             command = [ "${pkgs.swaybg}/bin/swaybg" "-i" "${config.chimera.theme.wallpaper}" "-m" "fill" ];
           }
           {
-            command = [ "${pkgs.xwayland-satellite}/bin/xwayland-satellite" ];
+            command = [ "${pkgs.xwayland-satellite-unstable}/bin/xwayland-satellite" ]; # todo: use xwayland-satellite-nixpkgs in the future...
           }
         ] ++ config.chimera.niri.startupCommands;
       };