more decluttering
This commit is contained in:
parent
020b686d69
commit
510d5ace8f
1 changed files with 2 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ in rec {
|
||||||
XAUTHORITY = "$XDG_RUNTIME_DIR/Xauthority";
|
XAUTHORITY = "$XDG_RUNTIME_DIR/Xauthority";
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
|
|
||||||
|
_JAVA_OPTIONS = "-Djava.util.prefs.userRoot=${config.xdg.configHome}/java";
|
||||||
CARGO_HOME = "${config.xdg.dataHome}/cargo";
|
CARGO_HOME = "${config.xdg.dataHome}/cargo";
|
||||||
DIRENV_LOG_FORMAT = "";
|
DIRENV_LOG_FORMAT = "";
|
||||||
GNUPGHOME = "${config.xdg.dataHome}/gnupg";
|
GNUPGHOME = "${config.xdg.dataHome}/gnupg";
|
||||||
|
|
@ -132,6 +133,7 @@ in rec {
|
||||||
LESSHISTFILE = "-";
|
LESSHISTFILE = "-";
|
||||||
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";
|
||||||
WGETRC = "${config.xdg.configHome}/wgetrc";
|
WGETRC = "${config.xdg.configHome}/wgetrc";
|
||||||
XINITRC = "${config.xdg.configHome}/xorg/xinitrc";
|
XINITRC = "${config.xdg.configHome}/xorg/xinitrc";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue