system/greetd_wayland: fix autologin

This commit is contained in:
LavaDesu 2025-03-19 00:35:57 +11:00
parent c826c7f381
commit bc793316b9
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -8,7 +8,9 @@
};
initial_session = {
command = "source $HOME/.config/zsh/.zshrc && Hyprland > \"$XDG_RUNTIME_DIR/Hyprland.out\"";
command = "${pkgs.writeShellScript "launch.sh" ''
zsh -c "source $HOME/.config/zsh/.zshrc && Hyprland > \"$XDG_RUNTIME_DIR/Hyprland.out\""
''}";
user = "rin";
};
};