mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
fix: set this variable make i3 failed to start XAUTHORITY
This commit is contained in:
@@ -16,7 +16,6 @@ in {
|
|||||||
LESSHISTFILE = cache + "/less/history";
|
LESSHISTFILE = cache + "/less/history";
|
||||||
LESSKEY = c + "/less/lesskey";
|
LESSKEY = c + "/less/lesskey";
|
||||||
WINEPREFIX = d + "/wine";
|
WINEPREFIX = d + "/wine";
|
||||||
XAUTHORITY = "$XDG_RUNTIME_DIR/Xauthority";
|
|
||||||
|
|
||||||
# set default applications
|
# set default applications
|
||||||
EDITOR = "vim";
|
EDITOR = "vim";
|
||||||
@@ -32,4 +31,4 @@ in {
|
|||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
k = "kubectl";
|
k = "kubectl";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user