mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
vscode: specify full path
The script executes in `/usr/local/bin`, so specifying the full path to the `Library` dir is necessary.
(cherry picked from commit c23168acf5)
This commit is contained in:
committed by
Robert Helgesson
parent
7e96494bf4
commit
4fb695d108
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user