Fix sway startup

This commit is contained in:
Charlotte Van Petegem 2023-03-21 09:17:23 +01:00
parent 461f07d226
commit 00d579aee7
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -35,7 +35,7 @@ in
enable = true;
settings =
let
wrapped-command = pkgs.writeShellScript "sway-run" "systemd-run sway $@";
wrapped-command = pkgs.writeShellScript "sway-run" "zsh -c sway";
in
{
default_session = {