diff --git a/home/xdg.nix b/home/xdg.nix index d2f98de..3367b2e 100644 --- a/home/xdg.nix +++ b/home/xdg.nix @@ -8,6 +8,7 @@ inherit (pkgs.stdenv.hostPlatform) isDarwin isLinux; in { home.sessionVariables = { + AZURE_CONFIG_DIR = "${config.xdg.configHome}/azure"; CARGO_HOME = "${config.xdg.dataHome}/cargo"; CARGO_REGISTRIES_CRATES_IO_PROTOCOL = "sparse"; CUDA_CACHE_PATH = "${config.xdg.dataHome}/nv";