From 7cccd2fe58b9dc022d2ee1f93a3a4704b0f7d452 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 8 Jul 2026 19:35:24 +0200 Subject: [PATCH] feat: use new hyprland starting procedure instead of `dbus-run-session` --- modules/home/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index 283ae63..87e3d35 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -215,7 +215,7 @@ # } startwm() { - dbus-run-session Hyprland + start-hyprland } if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then startwm; fi