fix: set this variable make i3 failed to start XAUTHORITY

This commit is contained in:
Ryan Yin
2023-09-11 00:03:40 +08:00
parent 9e549fb733
commit abdf6d181b

View File

@@ -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";
};
}
}