Use $XDG_REPOS_DIR
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
e7278f9071
commit
ef65f85a78
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ in
|
|||
{
|
||||
options.nixedo.${name} = {
|
||||
configFile = lib.mkOption {
|
||||
default = "${config.home.homeDirectory}/Code/${name}/config.lua";
|
||||
default = "${config.xdg.userDirs.XDG_REPOS_DIR}/${name}/config.lua";
|
||||
internal = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue