From b3cc7cf907cf15560a38a140086e849b0de94cf2 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 2 Mar 2021 08:26:28 +0100 Subject: [PATCH] sway: Redirect output to journal --- users/simon/modules/sway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/simon/modules/sway.nix b/users/simon/modules/sway.nix index 8c3a786..1b70af0 100644 --- a/users/simon/modules/sway.nix +++ b/users/simon/modules/sway.nix @@ -245,7 +245,7 @@ lib.mkIf nixosConfig.sbruder.gui.enable { programs.zsh.initExtra = '' if [[ -z $WAYLAND_DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then export XDG_SESSION_TYPE="wayland" # otherwise set to tty - exec sway + exec systemd-cat -t sway sway fi '';