Talk:Environment variables
I have the following in my configuration:
environment.variables = rec {
EDITOR = "nvim";
VISUAL = "nvim";
XDG_DATA_HOME = "\${HOME}/.local/share";
XDG_CONFIG_HOME = "$HOME/.config";
XDG_CACHE_HOME = "$HOME/.cashe";
XDG_STATE_HOME = "$HOME/.local/share";
ANDROID_SDK_ROOT = "\${XDG_DATA_HOME}/android";
};
What is then `ANDROID_SDK_ROOT` after rebuild? `/android` Do you have any idea, why this might be?
Start a discussion about Environment variables
Talk pages are where people discuss how to make content on Official NixOS Wiki the best that it can be. You can use this page to start a discussion with others about how to improve Environment variables.