mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
vscode: automatically create config directory
This commit is contained in:
parent
7c8d3a66c3
commit
bb3ffa85c3
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ with lib;
|
|||
];
|
||||
|
||||
sconfig.user-settings = ''
|
||||
mkdir -p ~/.config/VSCodium/User
|
||||
ln -sf /etc/vscode-settings.json ~/.config/VSCodium/User/settings.json
|
||||
ln -sf /etc/vscode-keybindings.json ~/.config/VSCodium/User/keybindings.json
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue