From 26eb004888b54f0411beb61078a3f241bc9d0477 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 4 Sep 2022 05:47:21 +0200 Subject: [PATCH] Wipe command output of journalctl after quit --- modules/gui.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gui.nix b/modules/gui.nix index b6e38e5..af7293f 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -57,6 +57,7 @@ in { export XDG_CURRENT_DESKTOP=sway export NVIM_LISTEN_ADDRESS=/tmp/nvimsocket export GIT_CONFIG_NOSYSTEM=true + export SYSTEMD_LESS=FRSMK ''; wrapperFeatures.gtk = true; };