diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index cf9b231..a9a6502 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -214,7 +214,7 @@ # } startwm() { - dbus-run-session sway + dbus-run-session Hyprland } if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then startwm; fi