mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
vscode: specify full path
The script executes in `/usr/local/bin`, so specifying the full path to the `Library` dir is necessary.
This commit is contained in:
parent
9b59dcee0b
commit
c23168acf5
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ let
|
|||
|
||||
userDir =
|
||||
if pkgs.stdenv.hostPlatform.isDarwin then
|
||||
"Library/Application Support/${configDir}/User"
|
||||
"${config.home.homeDirectory}/Library/Application Support/${configDir}/User"
|
||||
else
|
||||
"${config.xdg.configHome}/${configDir}/User";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue