make nix conform to xdg

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

View File

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