make nix conform to xdg

This commit is contained in:
xenia 2025-04-19 23:59:50 -04:00
parent c2fc8fbb93
commit 9400180e4e
1 changed files with 3 additions and 0 deletions

View File

@ -14,5 +14,8 @@
# we're disabling the default flake registry because i don't like it
flake-registry = "";
# sigh
use-xdg-base-directories = "true";
};
}