use xdg directories with nix

This commit is contained in:
Adithya 2023-07-01 18:03:00 +05:30
parent d6b94213d4
commit 67f4c14449
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -14,6 +14,7 @@
experimental-features = ["nix-command" "flakes" "auto-allocate-uids" "cgroups" "ca-derivations"]; experimental-features = ["nix-command" "flakes" "auto-allocate-uids" "cgroups" "ca-derivations"];
auto-allocate-uids = true; auto-allocate-uids = true;
use-cgroups = true; use-cgroups = true;
use-xdg-base-directories = true;
}; };
}; };
} }