use xdg directories with nix
This commit is contained in:
parent
d6b94213d4
commit
67f4c14449
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue