diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix
index a8bccd4..e6a586d 100644
--- a/modules/home-manager/hyprland.nix
+++ b/modules/home-manager/hyprland.nix
@@ -217,7 +217,7 @@ in {
"swww img ${wallpaper}"
"swww-daemon"
"sleep 1 && custom-wallpaper"
- "custom-mountkdrive"
+ "custom-checkKdrive && custom-mountkdrive" # checks if the remote works and mount it
#"waybar"
"custom-gitnotify"
"custom-checkMatrix" # checks if matrix-commander-rs is connected which is important for other stuff
diff --git a/modules/scripts/gitnotify.nix b/modules/scripts/gitnotify.nix
index e54ef5b..5decd7a 100644
--- a/modules/scripts/gitnotify.nix
+++ b/modules/scripts/gitnotify.nix
@@ -23,6 +23,9 @@ writeShellApplication {
notify-send \
"Git not configured" \
"Set your identity\n or remove this warning by removing the custom-gitnotify line in\n ~/nixos/modules/home-manager/hyprland.nix"
+ matrix-commander-rs --verbose -m "Git not configured.
Set your identify or remove this warning by removing the custom-gitnotify in ~/nixos/modules/home-manager/hyprland.nix
@notificationbot_0000" \
+ --html \
+ -r "\!7j-78_02dHROeLj4Ns8F12eo4IiZGv4zNsQ_1-WlyIU"
fi
'';
}