fix(nix): Explicitly specify configPath
This commit is contained in:
parent
18a6fb5ade
commit
21a50385fe
1 changed files with 2 additions and 2 deletions
|
@ -36,11 +36,11 @@ in {
|
||||||
|
|
||||||
platforms.linux = rec {
|
platforms.linux = rec {
|
||||||
vendorPath = ".zen";
|
vendorPath = ".zen";
|
||||||
configPath = "${vendorPath}";
|
configPath = ".zen";
|
||||||
};
|
};
|
||||||
platforms.darwin = rec {
|
platforms.darwin = rec {
|
||||||
vendorPath = "Library/Application Support/Zen";
|
vendorPath = "Library/Application Support/Zen";
|
||||||
configPath = "${vendorPath}";
|
configPath = "Library/Application Support/Zen";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue