fix(nix): use xdb base dirs

This commit is contained in:
Barrett Ruth 2026-02-14 18:54:12 -05:00
parent 74cf64b270
commit 91c1ed1fb0
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 4 additions and 4 deletions

View file

@ -141,6 +141,7 @@
nix.settings = {
auto-optimise-store = true;
use-xdg-base-directories = true;
experimental-features = [
"nix-command"
"flakes"