mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: updated vsCode
This commit is contained in:
parent
3ed3bbde4c
commit
47d338f0df
1 changed files with 5 additions and 3 deletions
|
@ -26,9 +26,11 @@
|
||||||
{
|
{
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.vscode;
|
package = pkgs.vscode;
|
||||||
|
profiles.default = {
|
||||||
keybindings = keybindingsPath;
|
keybindings = keybindingsPath;
|
||||||
extensions = extensionsPath;
|
extensions = extensionsPath;
|
||||||
userSettings = userSettingsPath;
|
userSettings = userSettingsPath;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue