user/sessionVariables: skip annoying lutris update check

This commit is contained in:
LavaDesu 2023-09-26 23:32:38 +07:00
parent 011c6e470c
commit 236d9a9edb
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -16,6 +16,7 @@
GNUPGHOME = "${config.xdg.dataHome}/gnupg"; GNUPGHOME = "${config.xdg.dataHome}/gnupg";
GTK2_RC_FILES = "${config.xdg.configHome}/gtk-2.0/gtkrc"; GTK2_RC_FILES = "${config.xdg.configHome}/gtk-2.0/gtkrc";
LESSHISTFILE = "-"; LESSHISTFILE = "-";
LUTRIS_SKIP_INIT = "1";
NODE_REPL_HISTORY = "${config.xdg.dataHome}/nodejs/repl_history"; NODE_REPL_HISTORY = "${config.xdg.dataHome}/nodejs/repl_history";
NPM_CONFIG_USERCONFIG = "${config.xdg.configHome}/npm/npmrc"; NPM_CONFIG_USERCONFIG = "${config.xdg.configHome}/npm/npmrc";
PUB_CACHE = "${config.xdg.cacheHome}/dart"; PUB_CACHE = "${config.xdg.cacheHome}/dart";