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