From daee7fd5f0900122353f11965f4dad04b02396cc Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 17 Jun 2026 13:12:25 +0200 Subject: [PATCH] chore: `sway` -> `hyprland` --- 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 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