make nix conform to xdg
This commit is contained in:
parent
c2fc8fbb93
commit
9400180e4e
|
@ -14,5 +14,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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue