diff --git a/modules/system/greetd_wayland.nix b/modules/system/greetd_wayland.nix index 9295b27..b441dfa 100644 --- a/modules/system/greetd_wayland.nix +++ b/modules/system/greetd_wayland.nix @@ -8,7 +8,7 @@ }; initial_session = { - command = "Hyprland > \"$XDG_RUNTIME_DIR/Hyprland.out\""; + command = "source $HOME/.config/zsh/.zshrc && Hyprland > \"$XDG_RUNTIME_DIR/Hyprland.out\""; user = "rin"; }; };