chore: add azure path to xdg.nix

This commit is contained in:
winston 2023-03-15 20:05:30 +01:00
parent f842ab62e8
commit 7c31d87d6d
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -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";