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 {
|
||||
vendorPath = ".zen";
|
||||
configPath = "${vendorPath}";
|
||||
configPath = ".zen";
|
||||
};
|
||||
platforms.darwin = rec {
|
||||
vendorPath = "Library/Application Support/Zen";
|
||||
configPath = "${vendorPath}";
|
||||
configPath = "Library/Application Support/Zen";
|
||||
};
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue