From abdf6d181bacde5803e2fe46d4fd3a915c414eb4 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 11 Sep 2023 00:03:40 +0800 Subject: [PATCH] fix: set this variable make i3 failed to start XAUTHORITY --- home/shell/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/shell/default.nix b/home/shell/default.nix index 4c87e163..a6294ecb 100644 --- a/home/shell/default.nix +++ b/home/shell/default.nix @@ -16,7 +16,6 @@ in { LESSHISTFILE = cache + "/less/history"; LESSKEY = c + "/less/lesskey"; WINEPREFIX = d + "/wine"; - XAUTHORITY = "$XDG_RUNTIME_DIR/Xauthority"; # set default applications EDITOR = "vim"; @@ -32,4 +31,4 @@ in { home.shellAliases = { k = "kubectl"; }; -} \ No newline at end of file +}