mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-17 23:14:07 +01:00
17 lines
249 B
Nix
17 lines
249 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
home-manager,
|
|
nix-vscode-extensions,
|
|
...
|
|
}:
|
|
|
|
{
|
|
programs.vscode = {
|
|
enable = true;
|
|
|
|
# let vscode sync and update its configuration & extensions across devices, using github account.
|
|
|
|
# userSettings = {};
|
|
};
|
|
} |