revert using xdg-directories with nix

This commit is contained in:
Adithya 2023-07-08 14:12:00 +05:30
parent fbaf835e0f
commit 2fa3e2c3d1
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

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