system/greetd_wayland: fix autologin
This commit is contained in:
parent
c826c7f381
commit
bc793316b9
1 changed files with 3 additions and 1 deletions
|
|
@ -8,7 +8,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
initial_session = {
|
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";
|
user = "rin";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue