Fix sway startup
This commit is contained in:
parent
461f07d226
commit
00d579aee7
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue