From 00d579aee72dfc16649d3b57f843b2328a4d600f Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 21 Mar 2023 09:17:23 +0100 Subject: [PATCH] Fix sway startup --- modules/graphical/sway/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/graphical/sway/default.nix b/modules/graphical/sway/default.nix index 6f4b0e9e..47ba691f 100644 --- a/modules/graphical/sway/default.nix +++ b/modules/graphical/sway/default.nix @@ -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 = {