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